Skip to content

Repository files navigation

Zack Reed’s Dotfiles

A curated setup for macOS featuring Aerospace, Sketchybar, Ghostty, and Zsh — all version-controlled and 1Password-secure.

What's Included

  • 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

Installation

1. Install Homebrew

/bin/bash -c "$(curl -fsSL https://github.com/ghraw/Homebrew/install/HEAD/install.sh)"

2. Clone this repository

git clone https://github.com/rubylaser/dotfiles.git ~/.config
cd ~/.config
ln -s ~/.config/zshrc ~/.zshrc

3. Install all apps with the Brewfile

brew bundle --file=Brewfile

4. Set Zsh as your default shell (if not already)

chsh -s /bin/zsh

5. Link the config files

ln -s ~/.config/Brewfile ~/Brewfile

1Password Setup

Make 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"

Safety & Hygiene

Secrets are scrubbed using gitleaks.

To scan for leaks:

gitleaks detect --source ~/.config

About

No description, website, or topics provided.

Resources

Stars

21 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages