kevinmcgill / dotfiles

Dotfiles and other configs, this time using dotbot
0 stars 0 forks source link
dotfiles neovim

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

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.