blob: 19a67b75ff6cf120113b0c6a638c8d01f6d4704d (
plain)
1
2
3
4
5
6
7
8
9
|

Relies on [GNU Stow](https://www.gnu.org/software/stow/).
```sh
git clone git@github.com:mitjafelicijan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles && stow .
```
|