typo
This commit is contained in:
parent
da0b93c4dd
commit
2280cc7310
1 changed files with 3 additions and 0 deletions
|
|
@ -7,8 +7,11 @@ Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
* clone oh-my-zsh
|
* clone oh-my-zsh
|
||||||
|
|
||||||
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh
|
git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-myzsh
|
||||||
|
|
||||||
* Link configuration
|
* Link configuration
|
||||||
|
|
||||||
ln -s zshrc ~/.zshrc
|
ln -s zshrc ~/.zshrc
|
||||||
|
|
||||||
for i in `ls custom`; do ln -s custom/$i ~/.oh-my-zsh/custom/$i
|
for i in `ls custom`; do ln -s custom/$i ~/.oh-my-zsh/custom/$i
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue