Awesome Rust Tools
brew install bat
alias cat="bat --paging=never"
brew install ripgrep
alias grep="rg"

brew install eza
alias ls="eza --icons --group-directories-first"
brew install fd
alias find="fd"

brew install lstr
alias tree="lstr --icons -L 2"

brew install dust

brew install dysk

brew install typst
typst compile file-name.typ
typst watch file-name.typ

brew install sk
alias fzf="sk"
Your browser doesn't support embedded videos. You can watch it directly here.
brew install yazi

brew install zoxide
eval "$(zoxide init zsh)"
alias cd="z"
brew install gitoxide