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

16 lines
385 B
Markdown
Raw Normal View History

# myzsh
myzsh is my personal zsh config including a couple of features i fancy. it is highly based on the functionality and design of oh-my-zsh.
2013-01-18 10:27:43 +01:00
### installation
2013-01-18 14:52:42 +01:00
```bash
wget https://socialg.it/david/myzsh/raw/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
2013-01-18 14:52:42 +01:00
- https://github.com/robbyrussell/oh-my-zsh
- http://grml.org/zsh/zsh-lovers.html