From 52cad1835d5a0c2a862832f82bdb8379c328ce1d Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 22 Apr 2024 13:43:43 +0200 Subject: [PATCH] updates setup.sh to set repo url to ssh variant --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.sh b/setup.sh index ae41904..6a557c7 100755 --- a/setup.sh +++ b/setup.sh @@ -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 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! echo 'Installation complete! Please restart your shell and enjoy!' else