Once Homebrew is installed the remainder of the prerequisites can be installed with the following command:
brew install git tmux stow zsh ghCheckout the repository into ~/.dotfiles and use stow to create the symlinks:
git clone git@github.com/marcofranssen/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .curl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_plugins_vim.sh | bashcurl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_gitconfig.sh | bashcurl -sS https://raw.githubusercontent.com/marcofranssen/dotfiles/main/install_ghconfig.sh | bash