You can clone the repository wherever you want. (I like to keep it in ~/Projects/config/dotfiles). Then run bootstrap/init.sh, which sets up configuration and Doom.
git clone https://github.com/panchr/dotfiles.git && cd dotfiles && bootstrap/init.shWhen setting up a new Mac, you may want to install some common Homebrew formulae. This will install Homebrew and some standard packages:
./bootstrap/install-packages.shThis is forked from the original https://github.com/mathiasbynens/dotfiles.