Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirade/mac-os-config
Personal configurations for mac os
https://github.com/kirade/mac-os-config
configuration mac
Last synced: about 1 month ago
JSON representation
Personal configurations for mac os
- Host: GitHub
- URL: https://github.com/kirade/mac-os-config
- Owner: Kirade
- Created: 2024-11-09T14:20:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T14:23:11.000Z (3 months ago)
- Last Synced: 2025-01-12T07:43:26.575Z (about 1 month ago)
- Topics: configuration, mac
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mac-os-config
Personal configurations for mac os## Keyboard
### 키 반복 속도 설정
아래의 명령어를 입력한 뒤, 맥북을 재시작하면 적용된다.
숫자 값이 낮을수록 반복 속도가 빠르다.
```
echo "Set a blazingly fast keyboard repeat rate"
defaults write NSGlobalDomain KeyRepeat -int 2
echo "Set a shorter Delay until key repeat"
defaults write NSGlobalDomain InitialKeyRepeat -int 12
```