Skip to content

Commit

Permalink
chore(preferences): Add symbolic link for iCloud folder and suppress …
Browse files Browse the repository at this point in the history
…output
  • Loading branch information
brndnblck committed Jul 24, 2023
1 parent 3ba7711 commit 8e4e993
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/helpers/preferences
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ defaults write com.googlecode.iterm2 NoSyncSilenceBell -bool true
defaults write com.google.Chrome ExternalProtocolDialogShowAlwaysOpenCheckbox -bool true

# Enable Sublime Text's command line tool
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime
sudo ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime &> /dev/null
sudo ln -s ~/Library/Mobile\ Documents/com\~apple\~CloudDocs/ ~/iCloud &> /dev/null

for app in "Dashboard" "Dock" "Finder" "SystemUIServer" "Music"; do
killall "$app" > /dev/null 2>&1
Expand Down

0 comments on commit 8e4e993

Please sign in to comment.