Skip to content

Instantly share code, notes, and snippets.

@angrycat
Last active May 4, 2018 21:38
Show Gist options
  • Save angrycat/abe90d2296d3ddc15cc7957412bd105b to your computer and use it in GitHub Desktop.
Save angrycat/abe90d2296d3ddc15cc7957412bd105b to your computer and use it in GitHub Desktop.
Tipps
valet uninstall
sudo brew services stop nginx
sudo brew services stop php70
sudo brew services stop dnsmasq
brew uninstall nginx
brew uninstall php70
brew uninstall dnsmasq
rm -rf ~/.valet
rm /usr/local/bin/valet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment