diff options
author | awy <awy@awy.one> | 2025-01-31 16:22:07 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-31 16:22:07 +0300 |
commit | e1ce07db4ad9397f0adace029034ae934a004af6 (patch) | |
tree | c10922371fdee11d848e0c28f826818b1710eb37 | |
parent | e8abbaf2fae90bc103b9f96080e8e350d0897a0a (diff) |
rust
-rw-r--r-- | .config/shell/aliasrc | 5 | ||||
-rw-r--r-- | dependencies.txt | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b7da08e..2eba850 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -6,8 +6,9 @@ alias \ # Colorize commands alias \ - ls="ls -hN --color=auto" \ - grep="grep --color=auto" \ + ls="eza --icons -lah" \ + cat="bat" \ + grep="rg --color=auto" \ ip="ip -color=auto" alias \ diff --git a/dependencies.txt b/dependencies.txt index bb6f7b0..79e00d0 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -87,3 +87,10 @@ pkgconf # hyprslideshow deps jq + +# rust alternatives to coreutils +sd +fd +dust +eza +ripgrep |