Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.32 KB

zsh shell bootstrap and dotfiles

This repository bootstraps my zsh shell, brew packages and dotfiles.

Issue Count

Install

./bootstrap_shell.sh

Update

# Make changes
pre-commit install
git add . && git commit -m "fix/feat/chore: commit message" && git push

Assumptions

  • Internet access.
  • Homebrew is installed.
  • Any private exports such as github API tokens etc... can be put in *private*.rc which are ignored by git and checked for in CI.
  • iCloud Drive setup (if you want to use the iCloud Drive dotfiles).
  • Signed in to the Apple App Store if you want to use the mas package manager.

Files

Tools

Generate completions for commands that don't have them:

gencomp ggrep

SSH Configuration

See Mozilla's SSH Client Configuration Guide for more information on best practices.