Skip to content

Instantly share code, notes, and snippets.

@abhishekdev
Last active December 26, 2015 18:49

Revisions

  1. abhishekdev revised this gist Nov 19, 2014. 3 changed files with 6 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions reset_Launchpad_OSX.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +0,0 @@
    #!/bin/bash

    rm ~/Library/Application\ Support/Dock/*.db ; killall Dock
    3 changes: 3 additions & 0 deletions reset_Launchpad_OSX_10.10.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/bash

    defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock
    3 changes: 3 additions & 0 deletions reset_Launchpad_OSX_10.8.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/bash

    rm ~/Library/Application\ Support/Dock/*.db; killall Dock
  2. abhishekdev created this gist Oct 28, 2013.
    3 changes: 3 additions & 0 deletions reset_Launchpad_OSX.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #!/bin/bash

    rm ~/Library/Application\ Support/Dock/*.db ; killall Dock