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: 6 days ago
JSON representation
A lightweight start point of shell configuration
- Host: GitHub
- URL: https://github.com/yous/vanilli.sh
- Owner: yous
- License: mit
- Created: 2016-02-07T15:12:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T10:32:47.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:46:10.172Z (7 months ago)
- Topics: config, zsh
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
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.