Zsh integration and completions for exa, a modern replacement for ls.
Using zplug
Load exa.plugin.zsh as a plugin in your .zshrc
zplug "todie/exa.plugin.zsh", defer:2
Using zgen
Include the load command in your .zshrc
zgen load todie/exa.plugin.zsh
zgen save
Using Antigen
Bundle exa.plugin.zsh in your .zshrc
antigen bundle todie/exa.plugin.zsh
antigen apply
As an Oh My Zsh custom plugin
Clone exa.plugin.zsh into your custom plugins repo
git clone https://github.com/todie/exa.plugin.zsh $HOME/.oh-my-zsh/custom/plugins/exa
Then load as a plugin in your .zshrc
plugins+=(exa)