From c3ca83ff731fca7fa94f8237058526b27ff4ca3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Fo=C5=A1n=C3=A1r?= Date: Sat, 21 Oct 2023 11:20:53 +0200 Subject: [PATCH] add modern cli tools --- config/files/usr/share/ublue-os/zsh/zshalias | 4 ++++ config/recipe.yml | 8 ++++++++ 2 files changed, 12 insertions(+) create mode 100644 config/files/usr/share/ublue-os/zsh/zshalias 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