rename folder

This commit is contained in:
James Dixon 2020-11-01 21:25:24 -05:00
parent 6ad1c895f3
commit 7d77c10598
21 changed files with 19 additions and 2 deletions

View File

@ -5,10 +5,27 @@ my dotfiles to their correct locations in my `$HOME` directory.
## Instructions
First `cd` into the `stow` directory and run the following command
```sh
$ git clone https://github.com/lemonase/dotfiles.git
$ cd dotfiles/files
```
### Installing
```sh
stow * -t "$HOME"
$ stow --target="$HOME" *
```
### Uninstalling
```sh
$ stow --delete *
```
### Repair Links
```sh
$ stow --restow *
```
If there are no errors, everything in that directory should be symlinked.