migrate to zgen

This commit is contained in:
2017-03-29 16:18:06 +02:00
parent 32cee960c6
commit fb806b9b5e
2 changed files with 31 additions and 33 deletions

View File

@@ -1,15 +1,12 @@
zsh
===
Zsh configuration using antigen. Clone in ~/.zsh and do
Zsh configuration using zgen.
```
$ cd /tmp/
$ git clone https://github.com/zsh-users/antigen.git
$ cd antigen
$ source antigen.zsh
$ antigen bundle zsh-users/antigen
$ antigen bundle hybris42/zsh
$ cd
$ ln -s $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-hybris42-SLASH-zsh.git/zshrc $HOME/.zshrc
$ 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
```