12 # Cannot use `wrapProgram` because the the help is aware of the file name.
15 sed 1a'ENV["PATH"] = "${git}/bin:#{ENV["PATH"] ? ":#{ENV["PATH"]}" : "" }"' -i $out/bin/homesick
18 passthru.updateScript = bundlerUpdateScript "homesick";
21 description = "Your home directory is your castle. Don't leave your dotfiles behind";
23 Homesick is sorta like rip, but for dotfiles. It uses git to clone a repository containing
24 dotfiles, and saves them in ~/.homesick. It then allows you to symlink all the dotfiles into
25 place with a single command.
27 homepage = "https://github.com/technicalpickles/homesick";
28 license = licenses.mit;
29 maintainers = with maintainers; [
33 platforms = platforms.unix;
34 mainProgram = "homesick";