Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 705 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 705 Bytes

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