Readme.
This commit is contained in:
parent
170c17f05a
commit
46332dc119
20
Readme.md
Normal file
20
Readme.md
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user