AR ホームベーカリー

オイラのアウトプット用ホームベーカリー!

oh my bash を削除する

GitHub - ohmybash/oh-my-bash: A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

とのことだが、叩くとこうなる。

MacBook-Pro:~ USER$ uninstall_oh_my_bash
-bash: uninstall_oh_my_bash: コマンドが見つかりません

ファッキューのお気持ち。

直接削除する

lib/function.sh を見ると、最終的に展開される環境変数も含めたらこのようになっている模様。

MacBook-Pro:~ USER$ env OSH=/Users/USER/.oh-my-bash/ sh $OSH/tools/uninstall.sh
sh: /tools/uninstall.sh: No such file or directory

なんでじゃーい。

MacBook-Pro:~ USER$ ~/.oh-my-bash/tools/uninstall.sh
Are you sure you want to remove Oh My Bash? [y/N] y
Removing ~/.oh-my-bash
Looking for original bash config...
Switching back to bash
Changing shell for USER.
Password for USER:
Thanks for trying out Oh My Bash. It has been uninstalled.
MacBook-Pro:~ USER$ cat ~/.bashrc
# Path to your oh-my-bash installation.
export OSH=/Users/USER/.oh-my-bash

ああん? 消えたと思ったらアップデート管理用ファイルと .bashrc のこっとるやんけ( mojave 入れた直後で、 .bash_profile しか使ってない)。

rm -f .bashrc .osh-update

多分きれいになったはず。これで僕は bash-it 入れました!