Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninstall #4

Open
SantiagoMartinez25 opened this issue Sep 14, 2020 · 1 comment
Open

uninstall #4

SantiagoMartinez25 opened this issue Sep 14, 2020 · 1 comment

Comments

@SantiagoMartinez25
Copy link

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

@DannyDannyDanny
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants