use git-get in combination with ghq
1 file changed, 5 insertions(+), 1 deletion(-)
changed files
M user/settings/git.nix → user/settings/git.nix
@@ -20,6 +20,10 @@ addEmptyPathspec = false; detachedHead = false; mergeConflict = false; }; + gitget = { + root = "${config.home.homeDirectory}/projects"; + host = "alin.ovh"; + }; ghq = { root = "${config.home.homeDirectory}/projects"; user = "alanpearce";@@ -124,7 +128,7 @@ ".dir-locals.el" ]; }; home.packages = with pkgs; [ + git-get ghq - gst ]; }