Add uninstall instructions.

This commit is contained in:
2026-02-21 10:03:24 -05:00
parent 4d62b10d00
commit 7075151bf0

View File

@@ -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 -