diff --git a/config/files/usr/share/ublue-os/zsh/zshalias b/config/files/usr/share/ublue-os/zsh/zshalias new file mode 100644 index 0000000000..c8b487574a --- /dev/null +++ b/config/files/usr/share/ublue-os/zsh/zshalias @@ -0,0 +1,4 @@ +alias du=duf +alias ls=exa +alias find=fd +alias ps=procs diff --git a/config/recipe.yml b/config/recipe.yml index 29fff826e1..7941d53cc4 100644 --- a/config/recipe.yml +++ b/config/recipe.yml @@ -44,6 +44,14 @@ modules: - alacritty # terminal - micro # tui editor better than nano - zsh # shell + + # modern cli tools https://github.com/ibraheemdev/modern-unix + - duf + - exa + - fd-find + - httpie + - procs + - tldr # qt - qt5-qtwayland