feat: Add git config and shell aliases
This commit is contained in:
parent
50e1420ee4
commit
ccd14d8dd2
4 changed files with 105 additions and 3 deletions
|
|
@ -48,6 +48,10 @@ let
|
|||
".config/wallpapers"
|
||||
"wallpapers"
|
||||
]
|
||||
[
|
||||
".config/git"
|
||||
"git"
|
||||
]
|
||||
];
|
||||
|
||||
codelldb = pkgs.runCommand "codelldb" { } ''
|
||||
|
|
@ -111,6 +115,7 @@ in
|
|||
bc
|
||||
cmatrix
|
||||
svelte-language-server
|
||||
diff-so-fancy
|
||||
];
|
||||
|
||||
file = utils.mk_symlinks { inherit config dotfiles; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue