david/myzsh
david
/
myzsh
Archived
1
0
Fork 0

pushzshconfig 18.01.2013 14:56

This commit is contained in:
david 2013-01-18 14:56:38 +01:00
parent c1cbffa95e
commit ec1ab75c06
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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.
###one line installation
###installation
```bash
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh; \
wget https://bitbucket.org/beyondthewall/myzsh/raw/master/install.sh
chmod +x install.sh; ./install.sh; rm install.sh
```