Last active
November 9, 2019 05:13
Revisions
-
juliendkim revised this gist
Nov 9, 2019 . No changes.There are no files selected for viewing
-
juliendkim renamed this gist
Nov 9, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
juliendkim renamed this gist
Nov 9, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
juliendkim revised this gist
Nov 9, 2019 . No changes.There are no files selected for viewing
-
juliendkim created this gist
Nov 9, 2019 .There are no files selected for viewing
This file contains hidden or 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 @@ $ sudo rm -rfv /Library/Caches/com.apple.iconservices.store $ sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec sudo rm -rfv {} \; $ sleep 3 $ sudo touch /Applications/* $ killall Dock $ killall Finder This file contains hidden or 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 @@ $ defaults write com.apple.dock ResetLaunchPad -bool true; killall Dock This file contains hidden or 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 @@ $ sudo rm -rfv /Library/Caches/com.apple.iconservices.store && sudo find /private/var/folders/ \( -name com.apple.dock.iconcache -or -name com.apple.iconservices \) -exec sudo rm -rfv {} \; && sleep 3 && sudo touch /Applications/* && killall Dock && killall Finder