1
0
Fork 0
zsh/README.md

13 lines
258 B
Markdown
Raw Normal View History

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
$ source ${HOME}/.zshrc
2016-09-20 20:55:56 +02:00
```