-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOSX nuances.txt
62 lines (48 loc) · 1.47 KB
/
OSX nuances.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Max OSX nuances:
Settings / Preferences
General
- Use Dark Menu Bar and Dock
- Uncheck close windows when quitting an app
Keyboard
- Max out Key Repeat and Delay Repeat
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
- Text > Disable Correct spelling automatically
defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false
Dock
- Dock on Left Side
- 1/3 Size Small/Large
- Disable "Show recent applications in dock"
Mission Control
- Disable Automatically rearrange Spaces based on most recent use
defaults write com.apple.dock mru-spaces -bool false
Security & Privacy
- Allow apps downloaded from: Anywhere
Trackpad / Mouse
- Tracking speed 8/10
- Disable Scroll direction natural
- Disable App Expose (Swipe down with three fingers)
- Enable Secondary Click on right side
Accessibility
- Disable Shake mouse pointer to locate
Date & Time
- Clock > Show Date
Network
- Disable inactive adapters
- Change iPv6 to link-local only to prevent sleep problems
- Disable language/accent keys
defaults write -g ApplePressAndHoldEnabled -bool false
Spotlight
- Keyboard Shortcuts -> Disable "Show spotlight search", use Alfred instead
Desktop
- Right click -> Snap to Grid
Terminal
- Pro profile
- Anti Alias Text
- Monaco 12pt
iTerm2
- https://github.com/MartinSeeler/iterm2-material-design
Go2Shell
SublimeText
Alfred
- Appearance -> Hide hat on Alfred, Show Alfred on "Active screen"