From 13fdd431ebe720a91907a88f2496447abc8b2a03 Mon Sep 17 00:00:00 2001 From: James Dixon Date: Wed, 30 Sep 2020 15:04:19 -0400 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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 * +```