- create folder in home directory
dotfiles
- git init
- move all config files into it
- create symlinks in the original locations of config files, pointing to the new ones:
ln -s where-the-symlink-should-point where-to-place-the-symlink-itself
- commit and push