diff options
-rwxr-xr-x | .osx | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -326,6 +326,9 @@ sudo nvram boot-args="mbasd=1" # Show the ~/Library folder chflags nohidden ~/Library +# Show the /Volumes folder +sudo chflags nohidden /Volumes + # Remove Dropbox’s green checkmark icons in Finder file=/Applications/Dropbox.app/Contents/Resources/emblem-dropbox-uptodate.icns [ -e "${file}" ] && mv -f "${file}" "${file}.bak" |