This repository contains my personal collection of initialization and
configuration scripts. It was originally inspired by Jeff Geerling's dotfiles
repo. For my old Bash-based configuration using Bash-It, see the bash-it
branch. I'm currently using zimfw for my Z-shell configuration on macOS.
To install, execute the following commands in a shell:
git clone --recursive git@github.com:dmdavis/dotfiles.git ~/.files
~/.files/installThis repository uses git submodules. If you've already cloned the repository
without the --recursive flag, or if you're updating an existing installation,
run:
git submodule update --init --recursiveCheers! 🍺