Mac 설치 노트

3394 단어 macOSidea

네, 그것도 좋아요.


나는 다음에 갈 맥의 설정을 적어서 남길 것이다.
몇 번 구워야 할지 몰라도 자신의 비망록으로 썼다.
내용을 적당히 갱신하다.

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를 재부팅했다.

좋은 웹페이지 즐겨찾기