Added some oh my zsh config

This commit is contained in:
Tomas Rivera
2026-02-28 15:26:27 +01:00
parent 101f0f282e
commit 3f0c37a600
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -153,6 +153,7 @@ hyprpicker
powertop powertop
inetutils # collections of network programs such as telnet inetutils # collections of network programs such as telnet
python313Packages.pygments # used for ccat (comment of colorize plugin from oh-my-zsh) 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 #we need to install gnome and kde utils individually as we dont use gnome
gnome-calculator gnome-calculator
snapshot snapshot
+8 -1
View File
@@ -9,6 +9,13 @@
"alias-finder" "alias-finder"
"colored-man-pages" "colored-man-pages"
"colorize" "colorize"
]; "command-not-found"
"dirhistory"
"fzf"
"git"
"rclone"
"safe-paste"
"sudo"
];
}; };
} }
+1 -1
View File
@@ -14,7 +14,7 @@ custom-cat() {
fi fi
} }
fastfetch\n'' fastfetch''\n''
; ;
shellAliases = { shellAliases = {
".." = "z .."; ".." = "z ..";