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.shTo configure macOS system preferences (keyboard mappings, Finder, Dock, menu bar, power management, etc.), run:
sudo bootstrap/macos.shThis should be run after init.sh. A logout/reboot is required for keyboard modifier changes to take effect.
When 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.