latest
This commit is contained in:
parent
15b72d9ecc
commit
25f8ee12ac
|
@ -1 +1,2 @@
|
|||
*.pkg
|
||||
.DS_Store
|
||||
|
|
|
@ -47,6 +47,7 @@ defaults write com.apple.sharingd DiscoverableMode Everyone
|
|||
defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
||||
# set menubar clock to 24h with date and seconds
|
||||
defaults write com.apple.menuextra.clock DateFormat -string 'EEE MMM d H:mm:ss'
|
||||
defaults write NSGlobalDomain AppleICUForce24HourTime -bool true
|
||||
# set keyboard to be really fucking fast
|
||||
# normal minimum is 15 (225 ms)
|
||||
defaults write NSGlobalDomain InitialKeyRepeat -int 15
|
||||
|
|
Loading…
Reference in New Issue