Skip to content

Commit

Permalink
added script to show ~/Library
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Oct 24, 2012
1 parent f1533d0 commit 5f2de95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osx/set-defaults.sh 100644 → 100755
Expand Up @@ -9,5 +9,8 @@ defaults write com.apple.terminal StringEncodings -array 4
# expand save dialog by default # expand save dialog by default
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true


# show the ~/Library folder in Finder
chflags nohidden ~/Library

# disable resume system wide # disable resume system wide
# defaults write NSGlobalDomainNSQuitAlwaysKeepWindows -bool false # defaults write NSGlobalDomainNSQuitAlwaysKeepWindows -bool false

0 comments on commit 5f2de95

Please sign in to comment.