gitbash_solarized
gitbash_solarized copied to clipboard
uninstall
how uninstall or back to use themes from oh-my-bash?
You'll have to reverse engineer setup.sh. Currently, it setup.sh backs up your original dotfile appending it with _bkp
.
Manually undo this process for each file. Here is an example starting with .bashrc
:
- Delete
.bashrc
(this is the version written by setup.sh) - Rename
.bashrc_bkp
to.bashrc
(this is your original file which setup.sh backed up) - Repeat with all files
Perhaps setup.sh can be re-written to cycle between the backup-version <-> solarized-version