Last active
October 1, 2023 12:07
Revisions
-
Nav-Appaiya revised this gist
Oct 29, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -8,6 +8,8 @@ rm -rf ~/Library/Application\ Support/WebIde100 rm -rf ~/Library/Cache/WebIde100 rm -rf ~/Library/Preferences/WebIde100 # 1-liner for Version 10 (EAP) sudo rm -rf ~/Library/Application\ Support/WebIde100 && sudo rm -rf ~/Library/Cache/WebIde100 && sudo rm -rf ~/Library/Preferences/WebIde100 # Or the Sudo 1-Liner command for Version 9.0 sudo rm -rf ~/Library/Application\ Support/WebIde90 && sudo rm -rf ~/Library/Cache/WebIde90 && sudo rm -rf ~/Library/Preferences/WebIde90 -
Nav-Appaiya revised this gist
Oct 24, 2015 . 1 changed file with 8 additions and 1 deletion.There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,13 @@ # PHPStorm v9.0 rm -rf ~/Library/Application\ Support/WebIde90 rm -rf ~/Library/Cache/WebIde90 rm -rf ~/Library/Preferences/WebIde90 # PHPStorm v10.0 rm -rf ~/Library/Application\ Support/WebIde100 rm -rf ~/Library/Cache/WebIde100 rm -rf ~/Library/Preferences/WebIde100 # Or the Sudo 1-Liner command sudo rm -rf ~/Library/Application\ Support/WebIde90 && sudo rm -rf ~/Library/Cache/WebIde90 && sudo rm -rf ~/Library/Preferences/WebIde90 -
Nav-Appaiya created this gist
Jul 29, 2015 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ rm -rf ~/Library/Application\ Support/WebIde90 rm -rf ~/Library/Cache/WebIde90 rm -rf ~/Library/Preferences/WebIde90 # Or the Sudo 1-Liner command sudo rm -rf ~/Library/Application\ Support/WebIde90 && rm -rf ~/Library/Cache/WebIde90 && rm -rf ~/Library/Preferences/WebIde90