🖖 Features: - Master 'engage' script for one-command setup - 120+ CLI tools via Homebrew - 40+ Applications (casks + MAS apps) - Complete macOS system configuration - Security hardening and privacy settings - Obsidian knowledge vault setup - Comprehensive backup strategies - Automated symlink management Live long and prosper\! 🚀 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
24 lines
400 B
INI
24 lines
400 B
INI
# Mackup configuration
|
|
# https://github.com/lra/mackup
|
|
|
|
# Storage engine to use
|
|
[storage]
|
|
engine = file_system
|
|
path = dotfiles/mackup-backup
|
|
|
|
# Apps to sync (uncomment to enable)
|
|
# [applications_to_sync]
|
|
# bartender
|
|
# hazel
|
|
# launchbar
|
|
# iterm2
|
|
# karabiner-elements
|
|
# git
|
|
# vim
|
|
# zsh
|
|
|
|
# Apps to ignore (if using sync all)
|
|
[applications_to_ignore]
|
|
# List apps you don't want mackup to handle
|
|
gnupg
|
|
ssh |