Awesome
air.zsh-theme
Air zsh
theme
➜ [23:58:53] catalog (main *)
Install
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.
Manual installation
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