updates setup.sh to set repo url to ssh variant

This commit is contained in:
Menno van Leeuwen 2024-04-22 13:43:43 +02:00
parent 234f0ed9d6
commit 52cad1835d
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -148,6 +148,10 @@ elif [ "$1" == "-c" ] || [ "$1" == "--continue" ]; then
sudo ln -s /mnt/c/Users/menno/AppData/Local/1Password/app/8/op-ssh-sign-wsl /opt/1Password/op-ssh-sign sudo ln -s /mnt/c/Users/menno/AppData/Local/1Password/app/8/op-ssh-sign-wsl /opt/1Password/op-ssh-sign
fi fi
# Let's update the remote URL for this repository to the SSH URL
# We mostly use SSH for git operations, so this is more convenient
cd ~/.dotfiles && git remote set-url origin git@github.com:vleeuwenmenno/dotfiles.git
# We're done here! # We're done here!
echo 'Installation complete! Please restart your shell and enjoy!' echo 'Installation complete! Please restart your shell and enjoy!'
else else