update readme and file structure

This commit is contained in:
James Dixon 2020-10-09 20:12:42 -04:00
parent 67131f41e8
commit 98d793a04a
10 changed files with 10 additions and 6 deletions

View File

@ -1,10 +1,14 @@
# My Dotfiles
# My dotfiles
Using [GNU Stow](https://www.gnu.org/software/stow/) to symlink files in this
repo to their correct locations under `$HOME`
I am using [GNU Stow](https://www.gnu.org/software/stow/) to symlink
my dotfiles to their correct locations in my `$HOME` directory.
Clone this repo in `~` and run the following:
## Instructions
```shell
cd ~/dotfiles && stow *
First `cd` into the `stow` directory and run the following command
```sh
stow * -t "$HOME"
```
If there are no errors, everything in that directory should be symlinked.