Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikberglund committed Mar 4, 2019
1 parent a36a92d commit ac60be1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
22 changes: 0 additions & 22 deletions snippets/macos_directoryservices.md

This file was deleted.

2 changes: 1 addition & 1 deletion tools/jekyllServe/jekyllServe
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#//////////////////////////////////////////////////////////////////////////////////////////////////

# Path to the jekyll site root folder
site_folder="/Users/erikberglund/Documents/GitHub/erikberglund.github.io"
site_folder="/Users/erikberglund/Documents/GitHub Private/erikberglund.github.io"

#//////////////////////////////////////////////////////////////////////////////////////////////////
###
Expand Down
14 changes: 14 additions & 0 deletions tools/resetVMWare/resetVMWare.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
rm -rf "/Library/Application Support/VMware"
rm -rf "/Library/Application Support/VMware Fusion"
rm -rf "/Library/Preferences/VMware Fusion"
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"
rm -rf "~/Library/Preferences/com.vmware.fusion.LSSharedFileList.plist.lockfile"
rm -rf "~/Library/Preferences/com.vmware.fusion.plist"
rm -rf "~/Library/Preferences/com.vmware.fusion.plist.lockfile"
rm -rf "~/Library/Preferences/com.vmware.fusionDaemon.plist"
rm -rf "~/Library/Preferences/com.vmware.fusionDaemon.plist.lockfile"
rm -rf "~/Library/Preferences/com.vmware.fusionStartMenu.plist"
rm -rf "~/Library/Preferences/com.vmware.fusionStartMenu.plist.lockfile"

0 comments on commit ac60be1

Please sign in to comment.