added script to show ~/Library
This commit is contained in:
3
osx/set-defaults.sh
Normal file → Executable file
3
osx/set-defaults.sh
Normal file → Executable file
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user