david/myzsh
david
/
myzsh
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
myzsh/README.md

13 lines
413 B
Markdown
Raw Normal View History

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.
2013-01-18 10:27:43 +01:00
2013-01-18 14:56:38 +01:00
###installation
2013-01-18 14:52:42 +01:00
```bash
2013-06-20 16:18:37 +02:00
wget https://raw.github.com/beyondthewall/myzsh/master/install.sh; \
2013-01-18 14:53:31 +01:00
chmod +x install.sh; ./install.sh; rm install.sh
2013-01-18 14:52:42 +01:00
```
###resources
- https://github.com/robbyrussell/oh-my-zsh
- http://grml.org/zsh/zsh-lovers.html