Run ./setup/init.sh
to install tools and applications on a new mac.
I am using dotbot to bootstrap & manage my dotfiles.
./install
- Taps are additional repositories of formulae
- Brews/Formulae are the command-line tools we want to install
- Casks are GUI applications, fonts and non-command-line tools we want to install
To generate a Brewfile
from the currently installed packages:
brew bundle dump --force --all --global --describe
This will update the existing linked global Brewfile
in ~/
, it also adds a description for each package.
All commits are signed, see gitconfig
for more details. Please add an ~/.ssh/allowed_signers
file to map commit email addresses to public keys. Run git log --show-signature
to verify the signature of a commit.