2014-09-27 16:36:13 +02:00
|
|
|
zsh
|
|
|
|
|
===
|
|
|
|
|
|
2016-02-24 00:18:23 +01:00
|
|
|
Zsh configuration using antigen. Clone in ~/.zsh and do
|
2014-09-27 20:25:26 +02:00
|
|
|
|
2016-09-20 20:54:34 +02:00
|
|
|
$ 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
|