Update main branch #1
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ in {
|
|||
dua # ncdu but better
|
||||
bat # better cat
|
||||
exa # better ls
|
||||
fzf
|
||||
|
||||
gcc
|
||||
cmake
|
||||
|
|
@ -107,7 +108,7 @@ in {
|
|||
shellAliases = { e = "emacsclient -c $@"; };
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [ "git" ];
|
||||
plugins = [ "git" "fzf" "fd" "z" ];
|
||||
theme = "simple";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue