Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/Ivan-Kuzmichev/air

Zsh theme with arc support
https://github.com/Ivan-Kuzmichev/air

antigen arc oh-my-zsh shell zsh

Last synced: about 2 months ago
JSON representation

Zsh theme with arc support

Lists

README

        

# air.zsh-theme
Air `zsh` theme
```
➜ [23:58:53] catalog (main *)
```

## Install

### Using [antigen](https://github.com/zsh-users/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`](https://github.com/robbyrussell/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
```