Various dotfiles for everyday use. Alias and functions dotfiles are zsh specific, but may work for bash too.
Run the bootstrap script on a fresh Mac:
curl -fsSL https://raw.githubusercontent.com/localshred/dotfiles/main/bootstrap.sh | bashThe script will:
- Install Xcode CLI tools and Homebrew
- Set up 1Password SSH agent
- Authenticate with GitHub CLI
- Clone and install dotfiles using GNU Stow
- Optionally configure work-specific dotfiles
The script is idempotent and can be re-run safely if something fails.
If dotfiles are already cloned:
./install.shTo uninstall (remove symlinks):
./install.sh uninstall