blob: 1fbbef75614141a2b16ea5eac576b86a091dda05 (
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|tmux -t ~
```
> Stow makes links to the files in the target directory.
|