Ecosyste.ms: Awesome

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

https://github.com/yous/vanilli.sh

A lightweight start point of shell configuration
https://github.com/yous/vanilli.sh

config zsh

Last synced: about 2 months ago
JSON representation

A lightweight start point of shell configuration

Lists

README

        

# Vanilli.sh

> My life is just great now. Normal. Vanilla. — [Jason Bateman](https://en.wikipedia.org/wiki/Jason_Bateman)

A lightweight start point of shell configuration, instead of starting from
scratch, copying some random configuration files, or using the default of heavy
frameworks.

## Installation

### [Antigen](https://github.com/zsh-users/antigen)

``` zsh
antigen bundle yous/vanilli.sh
```

### [zgen](https://github.com/tarjoilija/zgen)

``` zsh
zgen load yous/vanilli.sh
```

### [Zinit](https://github.com/zdharma-continuum/zinit)

``` zsh
zinit light yous/vanilli.sh
```

### [zplug](https://github.com/zplug/zplug)

``` zsh
zplug "yous/vanilli.sh"
```

## Completion system

To enable the completion system, add following lines after loading this plugin.

``` zsh
autoload -Uz compinit
compinit
```

## License

Copyright © Chayoung You. See [LICENSE.txt](LICENSE.txt) for details.