antigenception: antigen now update itself
This commit is contained in:
parent
e2eefa4328
commit
0dee000b1f
2 changed files with 9 additions and 2 deletions
|
|
@ -3,4 +3,11 @@ zsh
|
||||||
|
|
||||||
Zsh configuration using antigen. Clone in ~/.zsh and do
|
Zsh configuration using antigen. Clone in ~/.zsh and do
|
||||||
|
|
||||||
ln -s $HOME/.zsh/zshrc $HOME/.zshrc
|
$ 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
|
||||||
|
|
|
||||||
2
zshrc
2
zshrc
|
|
@ -1,4 +1,4 @@
|
||||||
source /home/hybris/.antigen/antigen/antigen.zsh
|
source $HOME/.antigen/repos/https-COLON--SLASH--SLASH-github.com-SLASH-zsh-users-SLASH-antigen.git/antigen.zsh
|
||||||
|
|
||||||
antigen use oh-my-zsh
|
antigen use oh-my-zsh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue