Created
October 13, 2015 11:10
-
-
Save sahilseth/583249c4edbb2ed0943e to your computer and use it in GitHub Desktop.
in case of issues with kitematic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
## https://github.com/kitematic/kitematic/blob/master/util/reset | |
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" | |
sudo rm -f /usr/local/bin/docker* | |
pkill VirtualBox | |
pkill VBox | |
rm -rf ~/Library/Application\ Support/Kitematic/ | |
rm -rf ~/.docker | |
rm -rf ~/Library/VirtualBox/ | |
rm -rf ~/Kitematic | |
$DIR/VirtualBox_Uninstall.tool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment