# Artem Sapegin’s dotfiles ## Installation ```bash cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py ``` It’will clone latest version of dotfiles to `~/dotfiles` and make symlinks in your home directory. ## Updating ```bash cd ~/dotfiles && git pull && ./sync.py ``` ## Resources * [Mathias’s dotfiles](https://github.com/mathiasbynens/dotfiles) * [Jan Moesen’s dotfiles](https://github.com/janmoesen/tilde) * [Yet another cool story about bash prompt](http://habrahabr.ru/company/mailru/blog/145008/) (in Russian) --- :shipit: