added script to show ~/Library

This commit is contained in:
Nick Nisi
2012-10-24 08:37:30 -05:00
parent f1533d0486
commit 5f2de951dd

3
osx/set-defaults.sh Normal file → Executable file
View File

@@ -9,5 +9,8 @@ defaults write com.apple.terminal StringEncodings -array 4
# expand save dialog by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
# show the ~/Library folder in Finder
chflags nohidden ~/Library
# disable resume system wide
# defaults write NSGlobalDomainNSQuitAlwaysKeepWindows -bool false