Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
add modern cli tools
Browse files Browse the repository at this point in the history
  • Loading branch information
vfosnar authored Oct 21, 2023
1 parent 3fa9c03 commit c3ca83f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/files/usr/share/ublue-os/zsh/zshalias
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
alias du=duf
alias ls=exa
alias find=fd
alias ps=procs
8 changes: 8 additions & 0 deletions config/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3ca83f

Please sign in to comment.