Skip to content

Dotfiles and other configs, this time using dotbot

Notifications You must be signed in to change notification settings

kevinmcgill/dotfiles

Repository files navigation

Dotfiles

Requirements

Run ./setup/init.sh to install tools and applications on a new mac.

Dotbot

I am using dotbot to bootstrap & manage my dotfiles.

./install

Homebrew

  • 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.

Git

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.

About

Dotfiles and other configs, this time using dotbot

Topics

Resources

Stars

Watchers

Forks