started working on osx script
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
## These are a work in progress
|
||||||
|
|
||||||
|
# show hidden files by default
|
||||||
|
defaults write com.apple.Finder AppleShowAllFiles -bool true
|
||||||
|
|
||||||
|
# only use UTF-8 ub Terminal.app
|
||||||
|
defaults write com.apple.terminal StringEncodings -array 4
|
||||||
|
|
||||||
|
# expand save dialog by default
|
||||||
|
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
|
||||||
|
|
||||||
|
# disable resume system wide
|
||||||
|
# defaults write NSGlobalDomainNSQuitAlwaysKeepWindows -bool false
|
||||||
|
|||||||
Reference in New Issue
Block a user