aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2011-10-22 13:46:00 +0300
committerMathias Bynens <mathias@qiwi.be>2011-10-22 13:46:00 +0300
commit59c28630840b7a0d25b760ab43a5ff185a70c06c (patch)
treea3695831b4aa086263ee5b97da56639da4708d5a
parentba8d75189cdd41647082db7fc93c3695a49d2ac2 (diff)
downloaddotfiles-59c28630840b7a0d25b760ab43a5ff185a70c06c.tar.gz
dotfiles-59c28630840b7a0d25b760ab43a5ff185a70c06c.tar.bz2
dotfiles-59c28630840b7a0d25b760ab43a5ff185a70c06c.zip
Remove the green checkmark icons in Dropbox.
-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