1
0
Fork 0
zsh/README.md

15 lines
244 B
Markdown
Raw Normal View History

2014-09-27 16:36:13 +02:00
zsh
===
Zsh configuration
2014-09-27 20:25:26 +02:00
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