dotfiles/Readme.md

27 lines
597 B
Markdown
Raw Normal View History

2012-10-10 13:03:02 +00:00
# Artem Sapegins 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
```
Itwill 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-10 13:03:52 +00:00
[Mathiass dotfiles](https://github.com/mathiasbynens/dotfiles)
2012-10-12 08:53:13 +00:00
[Jan Moesens 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
Feel free to fork :-)
:shipit: