/ README.md
README.md
 1  dotfiles
 2  ==============
 3  Configuration files for everything. Use [stow](https://www.gnu.org/software/stow/stow.html) to symlink them fast.
 4  
 5  Install
 6  -------
 7  ```
 8  brew install stow
 9  cd ~
10  git clone git@github.com:glukki/.dotfiles.git
11  cd .dotfiles
12  stow .
13  ```
14  
15  More on `stow`
16  -------------
17  Watch: https://www.youtube.com/watch?v=y6XCebnB9gs
18  
19  License
20  -------
21  This content is released under the [WTFPL License](http://www.wtfpl.net).
22  See the LICENSE.txt file.