This commit is contained in:
Artem Sapegin 2012-10-10 17:03:52 +04:00
parent 46332dc119
commit 9e3287bc38
1 changed files with 6 additions and 3 deletions

View File

@ -3,8 +3,7 @@
## Installation
```bash
cd ~
git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
```
Itwill clone latest version of dotfiles to `~/dotfiles` and make symlinks in your home directory.
@ -17,4 +16,8 @@ cd ~/dotfiles && git pull && ./sync.py
## Resources
[Mathiass dotfiles](https://github.com/mathiasbynens/dotfiles)
[Mathiass dotfiles](https://github.com/mathiasbynens/dotfiles)
---
Feel free to fork :-)