2014-09-27 16:36:13 +02:00
|
|
|
zsh
|
|
|
|
|
===
|
|
|
|
|
|
2017-03-29 16:18:06 +02:00
|
|
|
Zsh configuration using zgen.
|
2014-09-27 20:25:26 +02:00
|
|
|
|
2016-09-20 20:56:49 +02:00
|
|
|
```
|
2017-03-29 16:18:06 +02:00
|
|
|
$ git clone https://github.com/tarjoilija/zgen.git "${HOME}/.zgen"
|
|
|
|
|
$ source ${HOME}/.zgen/zgen.zsh
|
|
|
|
|
$ zgen clone hybris42/zsh
|
|
|
|
|
$ ln -s ${HOME}/.zgen/hybris42/zsh-master/zshrc $HOME/.zshrc
|
2017-03-29 17:21:07 +02:00
|
|
|
$ zgen reset
|
2017-03-29 16:18:06 +02:00
|
|
|
$ source ${HOME}/.zshrc
|
2016-09-20 20:55:56 +02:00
|
|
|
```
|