No description
Find a file
2025-09-26 12:49:07 -04:00
common chore: config updates 2025-09-26 11:34:12 -04:00
macOS some .gitconfig updates I was reading about 2025-09-26 12:41:11 -04:00
raspberry_pi updates 2025-06-19 10:14:00 -04:00
wsl major rearranging and splitting into various environments 2023-09-24 14:59:54 -04:00
.gitignore feat: .zshrc_secrets 2025-09-26 11:24:45 -04:00
bootstrap.sh fix: fixed the personal check in MacOS bootstrap case 2025-09-18 11:26:36 -04:00
install.sh updates 2025-09-12 17:18:21 -04:00
notes.md chore: updates docs, styling, etc. 2025-09-19 14:12:51 -04:00
README.md chore: updates docs, styling, etc. 2025-09-19 14:12:51 -04:00

dotfiles Various scripts and files used to bootstrap different environments

Emoji Key

  • 🙍‍♀️💼 Personal and work configuration options available
  • 🔗 Symlinked configurations

MacOS

Run /bootstrap.sh -m (add -p for personal mode) to execute /macOS/bootstrap.sh:

  • Creates ~/code directory
  • Installs XCode Developer Tools
  • Installs and configures Homebrew with formulae and casks 🙍‍♀️💼🔗
  • Installs Xcode from Mac App Store
  • Sets up Git configuration 🙍‍♀️💼🔗
  • Configures Kitty terminal preferences 🔗
  • Installs Zsh plugins and configuration files 🙍‍♀️💼🔗
    • Adds many QoL git aliases
    • Adds my personal theme and a backup (agnoster)
  • Sets up Zed editor preferences 🔗
  • Configures mise-en-place for runtime management
  • Customizes Dock with organized app shortcuts and spacers 🙍‍♀️💼
  • Removes quarantine attributes from homebrew-managed applications 🙍‍♀️💼
  • Configures extensive system preferences via defaults:
    • Dock behavior (autohide, magnification, effects)
    • Trackpad gestures and sensitivity
    • Global UI settings (dark mode, key repeat, etc.)
    • Finder preferences (show hidden files, extensions, etc.)
    • Control Center and menu bar visibility
    • Apple Intelligence settings
  • Sets up Karabiner Elements for keyboard behavior customization
  • Sets Zen as default browser
  • Configures 1Password SSH agent integration
  • Restarts affected system processes

Raspberry Pi (Just light linux envs)

  • TODO Needs some TLC. It currently doesn't work

WSL

  • TODO Needs some TLC. It currently doesn't work