gitbash_solarized icon indicating copy to clipboard operation
gitbash_solarized copied to clipboard

uninstall

Open SantiagoMartinez25 opened this issue 4 years ago • 1 comments

how uninstall or back to use themes from oh-my-bash?

SantiagoMartinez25 avatar Sep 14 '20 09:09 SantiagoMartinez25

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:

  1. Delete .bashrc (this is the version written by setup.sh)
  2. Rename .bashrc_bkp to .bashrc (this is your original file which setup.sh backed up)
  3. Repeat with all files

Perhaps setup.sh can be re-written to cycle between the backup-version <-> solarized-version

DannyDannyDanny avatar Jan 28 '21 10:01 DannyDannyDanny