Configuration files that I consider essential.
Enable font config with higher priority:
mkdir -p ~/.config/fontconfig/conf.d
ln -s $(pwd)/.fonts.conf ~/.config/fontconfig/conf.d/99-custom-rendering.conf
Tell X how to render fonts:
ln -s $(pwd)/.Xresources ~/.Xresources