Air zsh
theme
➜ [23:58:53] catalog (main *)
Using antigen
Add following line into your ~/.zshrc
, before antigen apply
:
antigen theme ivan-kuzmichev/air
You can also preview theme without making it default by executing this command in active zsh session.
First, download the theme into Oh My Zsh
's custom theme folder:
curl https://github.com/ivan-kuzmichev/air/master/air.zsh-theme -Lo ~/.oh-my-zsh/custom/themes/air.zsh-theme
Edit your ~/.zshrc
:
ZSH_THEME="air"
Then apply the theme:
source ~/.zshrc