blob: 2d0c5d39c974512f49cba6c7938e89a9d907f51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Configuration files
My dotfiles. Vim, Git 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.
|