git clone https://github.com/mengelbrecht/dotfiles.git "${HOME}/.dotfiles" && \
ln -s "${HOME}/.dotfiles/config" "${HOME}/.config" && \
ln -s "${HOME}/.config/nvim" "${HOME}/.vim" && \
touch "${HOME}/.config/fish/local.fish" && \
touch "${HOME}/.config/git/local.gitconfig"
Released under the MIT License