mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Added some oh my zsh config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ custom-cat() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
fastfetch\n''
|
fastfetch''\n''
|
||||||
;
|
;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "z ..";
|
".." = "z ..";
|
||||||
|
|||||||
Reference in New Issue
Block a user