These are my dotfiles for setting up my development environment.
Ensure that you install Homebrew
and GNU Stow
:
# Install Homebrew
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Instal GNU Stow
$ brew install stow
Clone the repository inside the $HOME
folder:
$ git clone [email protected]:daanvosdewael/dotfiles.git
Then use GNU Stow to make the symlinks:
$ stow .