Skip to content

Starefossen/osx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 

Repository files navigation

macOS Setup

My macOS setup and configurations.

Non Automated Tasks

Terminal

Sudo prompt

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

Non breaking spaces

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:", " ");
}

Source: https://superuser.com/questions/78245/how-to-disable-the-option-space-key-combination-for-non-breaking-spaces

About

💻 Mac OS X build configurations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages