https://github.com/tisgoud/macos_config
Default settings for macOS, tested on Sonoma
https://github.com/tisgoud/macos_config
Last synced: about 1 year ago
JSON representation
Default settings for macOS, tested on Sonoma
- Host: GitHub
- URL: https://github.com/tisgoud/macos_config
- Owner: tIsGoud
- License: gpl-3.0
- Created: 2024-07-29T11:31:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T11:04:54.000Z (almost 2 years ago)
- Last Synced: 2025-06-01T00:50:34.723Z (about 1 year ago)
- Language: Shell
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macOS config
My default settings for macOS.
## macos_config
My personal settings based on [Jeff Geerling's dotfiles](https://github.com/geerlingguy/dotfiles).
Differences:
- Some personal preferences.
- Safari
- Safari Developer settings working in Sonoma
- Spotlight
- Disable new volume indexing does not work in Sonoma.
- Mail
- Group and sort conversations.
- TextEdit
- Disable RichText.
- UTF-8 encoding.
- Terminal, disable "last login" and MOTD
- Machine name, edit the file to provide your name
## setMachineName
A script to set the machine name.
## defaults_test
A script to test "defaults".
Run the script and the default settings are saved in `before.txt`, it waits for user input to continue.
Leave the terminal session and make your change.
Return to the terminal session and press the return-key to save the changed "defaults" in `after.txt`.
Use a "diff" tool to view the differences.