summaryrefslogtreecommitdiff
path: root/README.md
blob: 3295b8b9e248b1d98f108aa2bab477ec85ad14d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Configuration files
My dotfiles. Vim, Git, Tmux and Bash for now.

Use stow to install them:

``` Bash
cd dotfiles
stow vim|bash|git -t ~
```

> Stow makes links to the files in the target directory.