From 46332dc1191a3c6fdeea9150059ac8332a2aada2 Mon Sep 17 00:00:00 2001 From: Artem Sapegin Date: Wed, 10 Oct 2012 17:03:02 +0400 Subject: [PATCH] Readme. --- Readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..d5afd79 --- /dev/null +++ b/Readme.md @@ -0,0 +1,20 @@ +# 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) \ No newline at end of file