diff --git a/README.md b/README.md new file mode 100644 index 0000000..b753bd0 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# 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 * +```