my dotfiles of Arch Linux
cd into your $HOME directory or simply ~ and then
git clone https://github.com/dingZvel/dotfiles.gitusing GNU stow in dotfiles directory to symlink the config e.g.
stow zsh # this will only apply zsh configor
stow */ # symlink everything (the '/' ignores the README.md)