Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.19 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.19 KB

JT's dotfiles

Includes my setup/config shenanigans for macOS. This repo contains my shell configuration with aliases and helper functions, git config, homebrew stuff, etc.

Setup

Run .bin/dotfiles to create/update symlinks

Install all formulae listed in Brewfile

$ brew bundle

Output a list of any installed Homebrew formulae not listed in Brewfile:

$ brew bundle cleanup

Pass the --force option to this command to uninstall these formulae:

$ brew bundle cleanup --force

Bookmarks

Acknowledgements