You will need git and GNU stow
Clone into your $HOME directory or ~
git clone https://github.com/stefangstark/dotfiles.git ~/.dotfilesRun stow to symlink everything or just select what you want
cd ~/.dotfiles
stow */ # Everything (the '/' ignores the README)stow zsh # Just my zsh configsee here