My macOS setup and configurations.
- Source Code Pro Font: https://github.com/adobe-fonts/source-code-pro/releases
- Install the
config/Starefossen.terminal
profile and set it to default.
Add the following line to the top of /etc/pam.d/sudo there is no need to replace sudo:
auth sufficient pam_tid.so
Source: mattrajca/sudo-touchid#30
Make your ~/Library/KeyBindings/DefaultKeyBinding.dict file look like this (if it doesn’t exist create it, if there are already bindings in it just add the one from below):
{
"~ " = ("insertText:", " ");
}