This dotfiles repository uses Dotbot.
git clone https://github.com/vxnick/dotfiles.git && ./dotfiles/install
Machine-specific or sensitive values for gitconfig
can be stored in ~/.config/git/config
.
As a minimum, create this file with:
[user]
name = Nick Savage
email = TBC
You may need to add Fish to /etc/shells
before it can be set as the shell:
echo /usr/local/bin/fish | sudo tee -a /etc/shells
You will be prompted to enter an API token in order for Homebrew to do its thing.