[module/git] init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{ lib, ... }:
|
||||
{
|
||||
programs.git.enable = true;
|
||||
home.file =
|
||||
(lib.origami404.standaloneToHome ".gitconfig") // (lib.origami404.standaloneToHome ".gitignore");
|
||||
}
|
||||
@@ -58,7 +58,7 @@
|
||||
"du" = "dust";
|
||||
"df" = "duf";
|
||||
"cloc" = "scc";
|
||||
"cat" = "bat";
|
||||
# "cat" = "bat";
|
||||
"x" = "atool -x";
|
||||
"cl" = "clear";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user