Simpler install one liner.

This commit is contained in:
Artem Sapegin 2012-10-23 15:56:40 +04:00
parent 86c3a26812
commit d13337e536
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
## Installation
```bash
curl dot.sapegin.me | bash
```
or
```bash
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
```