Coder Social home page Coder Social logo

Comments (3)

Omochice avatar Omochice commented on August 24, 2024

https://github.com/Omochice/dotfiles/blob/main/scripts%2Fmac-defaults.sh

from dotfiles.

Omochice avatar Omochice commented on August 24, 2024
  • 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

from dotfiles.

Omochice avatar Omochice commented on August 24, 2024

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

close

from dotfiles.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.