aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornowherecat <dennis@rodewyk.net>2016-02-11 00:13:14 +0100
committerMathias Bynens <mathias@qiwi.be>2016-02-13 11:14:30 +0100
commit513f809f4283697fe47517f345e5c4928c3193c5 (patch)
treebf8ee429985c8167d1b55cd82f5839941835583b
parent153d1a33966c91f8a2026a8110c370be96c910f3 (diff)
downloaddotfiles-513f809f4283697fe47517f345e5c4928c3193c5.tar.gz
dotfiles-513f809f4283697fe47517f345e5c4928c3193c5.tar.bz2
dotfiles-513f809f4283697fe47517f345e5c4928c3193c5.zip
.osx: Show the `/Volumes` folder
Closes #621.
-rwxr-xr-x.osx3
1 files changed, 3 insertions, 0 deletions
diff --git a/.osx b/.osx
index b34eb5e..3fa0ac5 100755
--- a/.osx
+++ b/.osx
@@ -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"