11 lines
224 B
Markdown
11 lines
224 B
Markdown
# My Dotfiles
|
|
|
|
Using [GNU Stow](https://www.gnu.org/software/stow/) to symlink files in this
|
|
repo to their correct locations under `$HOME`
|
|
|
|
Clone this repo in `~` and run the following:
|
|
|
|
```shell
|
|
cd ~/dotfiles && stow *
|
|
```
|