A curated setup for macOS featuring Aerospace, Sketchybar, Ghostty, and Zsh — all version-controlled and 1Password-secure.
- macOS tiling via Aerospace
- Custom status bar via Sketchybar
- Terminal: Ghostty
- Secure SSH/Git signing via 1Password CLI
- Zsh with autosuggestions, syntax highlighting, and aliases
- Brewfile to install everything in one command
/bin/bash -c "$(curl -fsSL https://github.com/ghraw/Homebrew/install/HEAD/install.sh)"git clone https://github.com/rubylaser/dotfiles.git ~/.config
cd ~/.config
ln -s ~/.config/zshrc ~/.zshrcbrew bundle --file=Brewfilechsh -s /bin/zshln -s ~/.config/Brewfile ~/BrewfileMake sure you’ve installed 1Password and are signed in:
eval $(op signin)
export SSH_AUTH_SOCK="$HOME/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"Secrets are scrubbed using gitleaks.
To scan for leaks:
gitleaks detect --source ~/.config