Mac 설치 노트
네, 그것도 좋아요.
나는 다음에 갈 맥의 설정을 적어서 남길 것이다.
몇 번 구워야 할지 몰라도 자신의 비망록으로 썼다.
내용을 적당히 갱신하다.
Trackpad
Tap to click
싱글 탭을 클릭합니다.
defaults write com.apple.AppleMultitouchTrackpad Clicking -bool true
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad Clicking -bool true
defaults -currentHost write -g com.apple.mouse.tapBehavior -bool true
Tracking speed
커서의 이동 속도를 높이다.
defaults write -g com.apple.trackpad.scaling -int 3
Accessibility
Scrolling speed
스크롤 속도를 가속하다.
defaults write -g com.apple.trackpad.scrolling -int 1
Keyborad
Key Repeat & Delay Until Repeat
관건적인 반응 속도를 가속화하다.
defaults write -g InitialKeyRepeat -int 15
defaults write -g KeyRepeat -int 2
Touch Bar shows
터치 표시줄을 기능 키로 설정합니다.
defaults write com.apple.touchbar.agent PresentationModeGlobal -string functionKeys
Dock & Menu Bar
Automatically hide and show
자동 숨기기.
defaults write com.apple.dock autohide -bool true
Size
치수를 줄이다.
defaults write com.apple.dock tilesize -int 25
Minimize windows using
최소 크기 조정 효과
defaults write com.apple.dock mineffect scale
Sound
Play sound on startup
Mac를 시작할 때 소리를 내지 마십시오.
sudo nvram StartupMute=%01
Sharing
HostName
호스트 이름을 변경합니다.
scutil --set ComputerName [hostname]
scutil --set LocalHostName [hostname]
scutil --set HostName [hostname]
끝맺다
OS가 재부팅될 때 반영됩니다.
캐시만 재부팅하면 되지만 잘 반영되지 않는 것들이 있어서 대체로 끝나고 OS를 재부팅했다.
Reference
이 문제에 관하여(Mac 설치 노트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/rskymk19/articles/8c000739911e1f텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)