david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.01.2013 14:52

This commit is contained in:
david 2013-01-18 14:52:42 +01:00
parent ff63411c31
commit 69c58a371e
1 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
myzsh is basically my personal zsh config including a couple of features i fancy to have on my systems. it is highly based on the functionality and design of oh-my-zsh.
useful resource: http://grml.org/zsh/zsh-lovers.html
###one line installation
```bash
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; chmod +x install.sh; ./install.sh; rm install.sh
```
###resources
- https://github.com/robbyrussell/oh-my-zsh
- http://grml.org/zsh/zsh-lovers.html