Add exa as ls replacement

main
Steffen Rademacker 3 years ago
parent 3cdda800fd
commit 11158dce77

@ -6,6 +6,7 @@ brew tap homebrew/services
# install additional brew packages -- see _install.sh too
brew install clipper
brew install exa
brew install fzf
brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-fdk-aac
brew install htop

@ -27,9 +27,10 @@ alias gsmuu='git submodule foreach git pull origin master'
alias gmo='$EDITOR $(git ls-files -m)'
alias lg='lazygit'
# tmux
# tmux and others
alias t='tmux -u -2'
alias ta='tmux -u attach'
alias ls='exa -la'
# all in one homebrew, gem update commands
alias brewup='brew update && brew upgrade && brew cu -a -f -y && brew cleanup'

Loading…
Cancel
Save