Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```