Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Last active October 1, 2023 12:07

Revisions

  1. Nav-Appaiya revised this gist Oct 29, 2015. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion reset-phpstorm.sh
    Original 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
    # 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
  2. Nav-Appaiya revised this gist Oct 24, 2015. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion reset-phpstorm.sh
    Original 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 && rm -rf ~/Library/Cache/WebIde90 && rm -rf ~/Library/Preferences/WebIde90
    sudo rm -rf ~/Library/Application\ Support/WebIde90 && sudo rm -rf ~/Library/Cache/WebIde90 && sudo rm -rf ~/Library/Preferences/WebIde90
  3. Nav-Appaiya created this gist Jul 29, 2015.
    6 changes: 6 additions & 0 deletions reset-phpstorm.sh
    Original 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