My dotfiles
Feel free to use anything you want.
I highly recommend using GNU Stow for managing your dotfiles. Using a git bare repository gets very messy.
git clone https://github.com/FotiadisM/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
# using stow
stow <app config>
You can specify a different location with stow -d <stow dir> -t $HOME
stow -D <app config>