From 7075151bf0eacfc662ceb36382e65ca636d2431b Mon Sep 17 00:00:00 2001 From: Shaun Reed Date: Sat, 21 Feb 2026 10:03:24 -0500 Subject: [PATCH] Add uninstall instructions. --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d995ef1..e5d19f4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ screenshot below ### Install -Installation instructions - +Installation instructions ```bash git clone --recursive https://github.com/shaunrd0/dot @@ -24,6 +24,19 @@ mv ~/.bashrc ~/.bashrc.backup 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 You can run these dotfiles in a docker container -