Wred / dotfiles

My configs
0 stars 0 forks source link

Use ssh for chezmoi init instead of https #3

Open Wred opened 3 weeks ago

Wred commented 3 weeks ago

When I first tried to push changes, I was asked for a username. It's likely because we're using https to pull the repo in the chezmoi init. This worked:

git remote set-url origin git@github.com:Wred/dotfiles.git

But we should be able to change the chezmoi init instead.