1
0
Fork 0
zsh/README.md
2014-09-27 20:27:18 +02:00

17 lines
247 B
Markdown

zsh
===
Zsh configuration
Install
-------
* clone oh-my-zsh
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh
* Link configuration
ln -s zshrc ~/.zshrc
for i in `ls custom`; do ln -s custom/$i ~/.oh-my-zsh/custom/$i