2012-10-10 13:03:02 +00:00
|
|
|
|
# Artem Sapegin’s dotfiles
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
|
```bash
|
2012-10-10 13:03:52 +00:00
|
|
|
|
cd ~ && git clone https://github.com/sapegin/dotfiles.git && cd dotfiles && ./sync.py
|
2012-10-10 13:03:02 +00:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2012-10-12 08:57:10 +00:00
|
|
|
|
* [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)
|
2012-10-10 13:03:52 +00:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2012-10-12 08:53:13 +00:00
|
|
|
|
:shipit:
|