This commit is contained in:
admin 2016-10-03 23:16:58 -04:00
parent 15b72d9ecc
commit 25f8ee12ac
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.pkg
.DS_Store

View File

@ -2,5 +2,4 @@
# bugs
* add homebrew/sbin to path
* is slow

View File

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