mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
Added some oh my zsh config
This commit is contained in:
@@ -153,6 +153,7 @@ hyprpicker
|
||||
powertop
|
||||
inetutils # collections of network programs such as telnet
|
||||
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh)
|
||||
fzf
|
||||
#we need to install gnome and kde utils individually as we dont use gnome
|
||||
gnome-calculator
|
||||
snapshot
|
||||
|
||||
@@ -9,6 +9,13 @@
|
||||
"alias-finder"
|
||||
"colored-man-pages"
|
||||
"colorize"
|
||||
];
|
||||
"command-not-found"
|
||||
"dirhistory"
|
||||
"fzf"
|
||||
"git"
|
||||
"rclone"
|
||||
"safe-paste"
|
||||
"sudo"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ custom-cat() {
|
||||
fi
|
||||
}
|
||||
|
||||
fastfetch\n''
|
||||
fastfetch''\n''
|
||||
;
|
||||
shellAliases = {
|
||||
".." = "z ..";
|
||||
|
||||
Reference in New Issue
Block a user