13 lines
271 B
Markdown
13 lines
271 B
Markdown
zsh
|
|
===
|
|
|
|
Zsh configuration using zgen.
|
|
|
|
```
|
|
$ 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
|
|
$ zgen reset
|
|
$ source ${HOME}/.zshrc
|
|
```
|