fix(macos): Remove launchpad reset
Seems like this does not exist anymore
This commit is contained in:
parent
e740ff2c85
commit
890157cddf
1 changed files with 0 additions and 3 deletions
|
@ -413,9 +413,6 @@ defaults write com.apple.dock show-recents -bool false
|
||||||
# Disable the Launchpad gesture (pinch with thumb and three fingers)
|
# Disable the Launchpad gesture (pinch with thumb and three fingers)
|
||||||
#defaults write com.apple.dock showLaunchpadGestureEnabled -int 0
|
#defaults write com.apple.dock showLaunchpadGestureEnabled -int 0
|
||||||
|
|
||||||
# Reset Launchpad, but keep the desktop wallpaper intact
|
|
||||||
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
|
|
||||||
|
|
||||||
# Add iOS & Watch Simulator to Launchpad
|
# Add iOS & Watch Simulator to Launchpad
|
||||||
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app"
|
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator.app" "/Applications/Simulator.app"
|
||||||
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator (Watch).app" "/Applications/Simulator (Watch).app"
|
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/Simulator (Watch).app" "/Applications/Simulator (Watch).app"
|
||||||
|
|
Loading…
Add table
Reference in a new issue