My dotfiles, managed with yadm.
Download yadm and use it to clone this repository and bootstrap the system:
# with curl if available
curl -fsSL https://github.com/thelocehiliosan/yadm/raw/master/yadm | bash -s clone --recurse-submodules https://github.com/jpaquim/dotfiles
# otherwise with wget
wget -O - https://github.com/thelocehiliosan/yadm/raw/master/yadm | bash -s clone --recurse-submodules https://github.com/jpaquim/dotfiles
Ensure that the Xcode Command Line Tools are installed. Otherwise, run:
xcode-select --install