Skip to content

Instantly share code, notes, and snippets.

@sahilseth
Created October 13, 2015 11:10
Show Gist options
  • Save sahilseth/583249c4edbb2ed0943e to your computer and use it in GitHub Desktop.
Save sahilseth/583249c4edbb2ed0943e to your computer and use it in GitHub Desktop.
in case of issues with kitematic
#!/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