Skip to content

Instantly share code, notes, and snippets.

View jozefizso's full-sized avatar
🏳️‍🌈

Jozef Izso jozefizso

🏳️‍🌈
  • Slido, Cisco Systems
  • Bratislava, Slovakia
View GitHub Profile
@jozefizso
jozefizso / 0_reuse_code.js
Last active August 29, 2015 14:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jozefizso
jozefizso / uninstall_fusion.sh
Last active May 25, 2024 12:20 — forked from peterkelm/uninstall_fusion.sh
Script to completely uninstall VMWare Fusion 13
#!/usr/bin/env bash
# uninstall script for VMWare Fusion 13
# https://knowledge.broadcom.com/external/article/307074/how-to-uninstall-vmware-fusion-manually.html
# cleanup user files
rm -rf ~/Library/Application\ Support/VMware\ Fusion
rm -rf ~/Library/Caches/com.vmware.fusion
rm -rf ~/Library/Preferences/VMware\ Fusion
rm -rf ~/Library/Preferences/com.vmware.fusion.LSSharedFileList.plist