now use antigen

This commit is contained in:
2016-02-24 00:18:23 +01:00
parent d01d6c8be9
commit ade8a562cc
10 changed files with 70 additions and 446 deletions

View File

@@ -1,17 +1,6 @@
zsh
===
Zsh configuration
Zsh configuration using antigen. Clone in ~/.zsh and do
Install
-------
* clone oh-my-zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh
* Link configuration
ln -s $PWD/zshrc ~/.zshrc
for i in `ls custom`; do ln -s $PWD/custom/$i ~/.oh-my-zsh/custom/$i; done
ln -s $HOME/.zsh/zshrc $HOME/.zshrc