mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-09 04:46:12 +10:00
committed by
Mathias Bynens
parent
dc4f1d34dc
commit
b98a6597c4
@@ -403,8 +403,9 @@ defaults write com.apple.dock showhidden -bool true
|
||||
# Reset Launchpad, but keep the desktop wallpaper intact
|
||||
find "${HOME}/Library/Application Support/Dock" -name "*-*.db" -maxdepth 1 -delete
|
||||
|
||||
# Add iOS Simulator to Launchpad
|
||||
sudo ln -sf "/Applications/Xcode.app/Contents/Developer/Applications/iOS Simulator.app" "/Applications/iOS Simulator.app"
|
||||
# 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 (Watch).app" "/Applications/Simulator (Watch).app"
|
||||
|
||||
# Add a spacer to the left side of the Dock (where the applications are)
|
||||
#defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'
|
||||
|
||||
Reference in New Issue
Block a user