dotfiles/Readme.md

20 lines
389 B
Markdown
Raw Normal View History

2012-10-10 13:03:02 +00:00
# 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)