blob: bf2f42ec6f70dfb9578aca1f49709e7657c242f4 (
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]
... $ cd dotfiles
.../dotfiles $ sh install.sh
```
> Stow makes links to the files in the target directory.
|