This makes installation a lot easier, as we just need to type: stow -v dotfiles instead of installing multiple packages and risking to forget something.
11 lines
167 B
Markdown
11 lines
167 B
Markdown
# Installation
|
|
|
|
Install using GNU `stow`:
|
|
|
|
```bash
|
|
cd
|
|
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
|
|
cd .dotfiles
|
|
stow dotfiles
|
|
```
|
|
|