Add uninstall instructions.
This commit is contained in:
15
README.md
15
README.md
@@ -14,7 +14,7 @@ screenshot below
|
|||||||
|
|
||||||
### Install
|
### Install
|
||||||
|
|
||||||
Installation instructions -
|
Installation instructions
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/shaunrd0/dot
|
git clone --recursive https://github.com/shaunrd0/dot
|
||||||
@@ -24,6 +24,19 @@ mv ~/.bashrc ~/.bashrc.backup
|
|||||||
stow . -t ~
|
stow . -t ~
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To uninstall
|
||||||
|
|
||||||
|
```bash
|
||||||
|
stow -D . -t ~
|
||||||
|
mv ~/.bashrc.backup ~/.bashrc
|
||||||
|
```
|
||||||
|
|
||||||
|
If you have files other than `~/.bashrc` that conflict with these
|
||||||
|
configurations,
|
||||||
|
be sure to back them up so you can restore to your original state. If you do not
|
||||||
|
provide the `-t` flag to stow, the files will be symlinked within the parent
|
||||||
|
of your current directory.
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
You can run these dotfiles in a docker container -
|
You can run these dotfiles in a docker container -
|
||||||
|
|||||||
Reference in New Issue
Block a user