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 -