2014-09-27 16:36:13 +02:00
|
|
|
zsh
|
|
|
|
|
===
|
|
|
|
|
|
|
|
|
|
Zsh configuration
|
2014-09-27 20:25:26 +02:00
|
|
|
|
|
|
|
|
Install
|
|
|
|
|
-------
|
|
|
|
|
|
|
|
|
|
* clone oh-my-zsh
|
2014-09-27 20:27:18 +02:00
|
|
|
|
2014-09-27 20:25:26 +02:00
|
|
|
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh
|
|
|
|
|
|
|
|
|
|
* Link configuration
|
2014-09-27 20:27:18 +02:00
|
|
|
|
2014-09-27 20:25:26 +02:00
|
|
|
ln -s zshrc ~/.zshrc
|
2014-09-27 20:27:18 +02:00
|
|
|
|
2014-09-27 20:25:26 +02:00
|
|
|
for i in `ls custom`; do ln -s custom/$i ~/.oh-my-zsh/custom/$i
|