This is an important option and forgetting it has been causing problems because entire directories (like .vim) get symlinked and this is definitely NOT what I want.
12 lines
250 B
Markdown
12 lines
250 B
Markdown
# Installation
|
|
|
|
Install using GNU [stow][]:
|
|
|
|
```bash
|
|
cd $HOME
|
|
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
|
|
cd .dotfiles
|
|
stow -v --no-folding dotfiles
|
|
```
|
|
|
|
[stow]: https://www.gnu.org/software/stow/manual/stow.html
|