Base zsh configuration

This commit is contained in:
hybris
2014-09-27 20:25:26 +02:00
parent c14b923ab4
commit da0b93c4dd
9 changed files with 563 additions and 0 deletions

View File

@@ -2,3 +2,13 @@ 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