To setup the dotfiles GNU Stow is used.
# Get my dotfiles.
cd ~
git clone https://github.com/squareboi104/dotfiles.git ~/.dotfiles
cd .dotfiles
# Symlink all of them.
rm LICENSE README.md
stow *
# Symlink only one, in this case, urxvt.
stow urxvt
Some things may look weird, like urxvt or alacritty, because they use Inconsolata Nerd Font and it needs to be installed to make them look as they should.