https://github.com/starefossen/osx
:computer: Mac OS X build configurations
https://github.com/starefossen/osx
Last synced: 3 months ago
JSON representation
:computer: Mac OS X build configurations
- Host: GitHub
- URL: https://github.com/starefossen/osx
- Owner: Starefossen
- License: mit
- Created: 2015-06-09T21:21:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T21:30:28.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T19:01:44.422Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 82 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS Setup
My macOS setup and configurations.
## Non Automated Tasks
### Terminal
* Source Code Pro Font: https://github.com/adobe-fonts/source-code-pro/releases
* Install the `config/Starefossen.terminal` profile and set it to default.### 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: https://github.com/mattrajca/sudo-touchid/issues/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