my.zsh/README.md

15 lines
411 B
Markdown
Raw Normal View History

2013-04-11 21:08:22 +01:00
MyZsh
=====
2018-05-24 16:19:51 +01:00
My Zsh framework and configuration. It's minimal, simple and fast in compare to other frameworks. It designed
for a lazy person like myself. :P
## Installation
Use the following command to install **My.Zsh**:
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/lxsameer/My.Zsh/master/scripts/install.sh)"
```
In order to update your copy just use `git pull` to get the latest changes.