Omochice / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macのdefaultsをnixで設定できるか調べる

Omochice opened this issue · comments

ssia

  • defaults write com.apple.dock tilesize -int 48
  • defaults write com.apple.dock orientation -string "left"
  • defaults write "Apple Global Domain" AppleActionOnDoubleClick -string "None"
  • defaults write com.apple.WindowManager HideDesktop -int 0
  • defaults write com.apple.WindowManager EnableStandardClickToShowDesktop -int 0
  • defaults write "Apple Global Domain" com.apple.sound.beep.volume -int 0
  • defaults write com.apple.AppleMultitouchTrackpad Clicking -int 1
  • defaults write com.apple.AppleMultitouchTrackpad TrackpadMomentumScroll -int 1
  • defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadMomentumScroll -int 1
  • defaults write "Apple Global Domain" KeyRepeat -int 2
  • defaults write "Apple Global Domain" InitialKeyRepeat -int 25
  • defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 60 "enabledvalueparameters3249262144typestandard"
    defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys -dict-add 61 "enabledvalueparameters3249786432typestandard"
  • defaults write "Apple Global Domain" AppleMenuBarVisibleInFullscreen -int 0
  • defaults write "Apple Global Domain" "_HIHideMenuBar"
  • defaults write com.apple.symbolichotkeys AppleSymbolicHotKeys
  • defaults write com.apple.Spotlight
  • defaults write com.apple.finder ShowPathbar -bool true

system.activationScripts.postActivation.textでnon-supportなやつもかけるのでとりあえず大丈夫そう

close