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

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.
###installation
```bash
wget https://raw.github.com/beyondthewall/myzsh/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