dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Provide a way to uninstall

Open Astrantia opened this issue 6 years ago • 2 comments

I can't find uninstall instructions in the repository. @Parth

Astrantia avatar Sep 28 '18 05:09 Astrantia

so take a look at what deploy does.

To uninstall you can:

  1. uninstall whichever your system didn't have prior to deploy (for example a system might have vim and tmux, but not zsh. Deploy installs zsh, track this and uninstall just zsh).
  2. Figure out what the old shell was and change back to that shell
  3. To delete the dotfiles you just need to delete the dotfile folder

Pull requests are welcome.

Parth avatar Dec 31 '18 05:12 Parth

Perhaps this is better as a section in the readme

Parth avatar Jan 11 '19 02:01 Parth