11 lines
201 B
Markdown
11 lines
201 B
Markdown
# Installation
|
|
|
|
Install using GNU `stow`:
|
|
|
|
```bash
|
|
cd ~
|
|
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
|
|
cd .dotfiles
|
|
stow bash # (and/or bin, dircolors, git, ...)
|
|
```
|
|
|