rename folder
This commit is contained in:
parent
6ad1c895f3
commit
7d77c10598
21
README.md
21
README.md
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user