dotfiles/Readme.md
2012-10-12 12:57:10 +04:00

25 lines
580 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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)
* [Jan Moesens dotfiles](https://github.com/janmoesen/tilde)
* [Yet another cool story about bash prompt](http://habrahabr.ru/company/mailru/blog/145008/) (in Russian)
---
:shipit: