rename folders
This commit is contained in:
15
Mac/config-mac.sh
Executable file
15
Mac/config-mac.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
defaults write com.apple.dock springboard-rows -int 9
|
||||
|
||||
defaults write com.apple.dock springboard-columns -int 12
|
||||
|
||||
defaults write com.apple.dock ResetLaunchPad -bool true
|
||||
|
||||
defaults write com.apple.Dock autohide-delay -float 0
|
||||
|
||||
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
|
||||
|
||||
# Don't create .DS_Store files
|
||||
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE
|
||||
# To enable: defaults delete com.apple.desktopservices DSDontWriteNetworkStores
|
||||
|
||||
killall Dock
|
||||
Reference in New Issue
Block a user