dotfiles/README.md
2020-09-30 15:04:19 -04:00

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 *
```