Repo
1
https://github.com/athityakumar/colorls
Nerd Fonts Installation
1
2
brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
Installation
1
sudo gem install colorls
Enable tab completion for flags by entering following line to your shell configuration file (~/.bashrc
or ~/.zshrc
) :
1
source $(dirname $(gem which colorls))/tab_complete.sh
Recommended Configuration
1