Source control for my dotfiles!
I wrote a blog post explaining some of my choices.
Pre-requisites:
- brew
- docker (install using brew)
- pyenv (install using brew)
- nvm and Node.js - see the docs
- github-copilot-cli alias (
npm -g i @githubnext/github-copilot-cli
)
./set-up.sh
Add the following to ~/.gitconfig
:
[core]
excludesfile = ~/.gitignore_global
Distributed under an MIT License.