My dotfiles, powered by Dotbot.
First, clone the repo into ~/.dotfiles:
git clone https://github.com/bdougherty/dotfiles.git .dotfiles
cd .dotfilesThen run the installer with optional extra configs. For servers, run:
./installFor Macs, run:
./install mac asdfmac will install Homebrew and associated packages and asdf will install node and python via asdf.
For Linux distros that use apt, run:
./install linux asdfThere are a number of hooks to make local customizations:
git:~/.gitconfig.localzshandbash:~/.shell.local.before/~/.shell.local.afterto run before or after the main profilebashonly:~/.bashrc.local.before/~/.bashrc.local.afterto run before or after the main bash profilezshonly:~/.zshrc.local.before/~/.zshrc.local.afterto run before or after the main zsh profile
MIT © Brad Dougherty