blob: d3ec5b1581e47a4d80d66847eeaab119c78ed495 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Configuration files
My dotfiles. Vim, NeoVim, Git, Tmux and Bash for now.
Use `install.sh` to install the dotfiles. It uses `stow` internally.
```shell
... $ git clone [THIS REPO]
.../dotfiles $ cd dotfiles
.../dotfiles $ sh install.sh
```
> Stow makes links to the files in the target directory.
|