dotfiles https://drewdevault.com/2019/12/30/dotfiles.html Setting up new pc cd ~ git init git remote add origin [email protected]:pmysiak/dotfiles.git git fetch git checkout -f main Add something to repository By default everything is ignored by .gitignore git add -f .zshrc