This commit is contained in:
Artem Sapegin 2012-10-10 17:03:02 +04:00
parent 170c17f05a
commit 46332dc119
1 changed files with 20 additions and 0 deletions

20
Readme.md Normal file
View File

@ -0,0 +1,20 @@
# Artem Sapegins dotfiles
## Installation
```bash
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.
## Updating
```bash
cd ~/dotfiles && git pull && ./sync.py
```
## Resources
[Mathiass dotfiles](https://github.com/mathiasbynens/dotfiles)