This repository contains a number of configurations I find myself copying over and over from one machine to another during installations.
See LINUX.org.
Increase the key repeat rate beyond the naive limit that is enforced by macOS.
defaults write -g KeyRepeat -int 1Install core dependencies, somehow not present by default.
brew install coreutilsThis also prefixes GNU utilities with g. In order to use their real name, add
the following to your PATH variable.
+PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"Retrieve the theme files here: https://iterm2colorschemes.com/ and import them directly in iTerm.