Clone with HTTPS
cd ~
git init
git remote add origin https://github.com/Limero/dotfiles.git
git fetch
git checkout -f master
Later add SSH key and set remote to SSH instead
install -m 600 /dev/null ~/.ssh/id_rsa
git remote set-url origin [email protected]:Limero/dotfiles.git