aboutsummaryrefslogtreecommitdiffstats
path: root/.osx
diff options
context:
space:
mode:
Diffstat (limited to '.osx')
-rwxr-xr-x.osx5
1 files changed, 5 insertions, 0 deletions
diff --git a/.osx b/.osx
index 3a5faff..116281c 100755
--- a/.osx
+++ b/.osx
@@ -150,5 +150,10 @@ hash tmutil &> /dev/null && sudo tmutil disablelocal
# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :(
#echo "0x08000100:0" > ~/.CFUserTextEncoding
+# Remove the green checkmark icons in Dropbox
+file=/Applications/Dropbox.app/Contents/Resources/check.icns
+[ -e "$file" ] && mv -f "$file" "$file.bak"
+unset file
+
# Kill affected applications
for app in Safari Finder Dock Mail; do killall "$app"; done \ No newline at end of file