softwareupdate --install --all
# macos
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
defaults write -g InitialKeyRepeat -int 13
# macos
sudo /usr/libexec/locate.updatedb
# if you've insatlled coreutils then you have to use the macos utilities
PATH=/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin sudo /usr/libexec/locate.updatedb
finally to use locate you should use the macos version of locate, located in /usr/bin/locate
Run the following
defaults -currentHost write -g AppleFontSmoothing -int 0
and then restart the machine.
brew install whoozle-android-file-transfer
# privacy > allow
# src: https://superuser.com/a/1537888
brew unlink parallel
brew install moreutils
brew unlink moreutils
brew install parallel
brew link --overwrite moreutils
brew unlink parallel
brew link --overwrite parallel