My dotfiles & configs as well as the setup of macOS via Ansible.
- Complete the initial Mac setup (Sign in to iCloud and the App Store).
- Install Xcode command line tools:
xcode-select --install
. - Install Ansible:
python3 -m pip install --user ansible
. - Add Ansible to your
$PATH
:export PATH="$PATH:$HOME/Library/Python/3.9/bin"
- Clone or download this repository to your local drive.
- Run
ansible-playbook main.yaml --ask-become-pass
inside this directory.
- Install Apps from the App Store:
- Magnet
- Word
- Excel
- PowerPoint
- Finder → Sidebar:
- Home
- Projects
- Downloads
- Applications
- AirDrop
- iCloud Drive
- External Disks
- Cloud Storage
- Connected servers
- Safari:
- General: Homepage →
about:blank
- General: Open "safe" files after downloading →
false
- AutoFill:
false
- Search: Include search engine suggestions →
false
- Search: Include Safari Suggestions →
false
- Advanced: Show full website address →
true
- Advanced: Allow websites to check for Apply Pay and Apple Card →
false
- Advanced: Show features for web developers →
true
- General: Homepage →
- Mail:
- General: Follow Up Suggestions →
false
- General: When searching all mailboxes, include results from →
Trash, Junk
- Viewing: Show most recent message at the top →
true
- General: Follow Up Suggestions →
- Arc:
- Adjust options for all profiles: Autofill and passwords, Privacy and security, Languages.
- Install extensions.
- Notifications: Adjust options.
- Lock Screen: Require password after screen saver begins or display is turned off →
After 5 seconds
- Privacy & Security: Adjust options.
- Spotlight: Search results
- Applications
- Calculator
- Contacts
- Documents
- Events & Reminders
- Folders
- Fonts
- Images
- Mail & Messages
- PDF Documents
- Presentations
- Spreadsheets
- System Settings
- Spotlight: Improve Search →
false
- Keyboard: Press Globe key to →
Do Nothing
- Keyboard: Keyboard Shortcuts → Input Sources → Uncheck "Select the previous input source" (Control + Space)
- Keyboard: Keyboard Shortcuts → Modifier Keys → Remap Caps Lock to ESC
- Trackpad: Look up & data detectors →
off
- Mouse: Advanced → Pointer acceleration →
false
- Remove all Apps from the Dock (
defaults write com.apple.dock persistent-apps -array && killall Dock
) and add yours. - Set default permissions for directories and files:
find Projects -type d -exec chmod 755 {} \;
find Projects -type f -exec chmod 644 {} \;
- Copy SSH keys and set permissions:
chmod 700 ~/.ssh
chmod 600 ~/.ssh/*
- Log in to all your Apps.
- Restart the Computer.