From ae464450eb68fb154181823d059cf7124258ad2c Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:42 +0100 Subject: fix(remote-dev): correct dotfiles repo URL to sommerfelddev/dotfiles --- remote-dev/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote-dev/bootstrap.sh') diff --git a/remote-dev/bootstrap.sh b/remote-dev/bootstrap.sh index c1e95df..48cea11 100755 --- a/remote-dev/bootstrap.sh +++ b/remote-dev/bootstrap.sh @@ -17,7 +17,7 @@ set -eu -REPO="${DOTFILES_REPO:-https://github.com/ruifm/dotfiles}" +REPO="${DOTFILES_REPO:-https://github.com/sommerfelddev/dotfiles}" REF="${DOTFILES_REF:-master}" DIR="${DOTFILES_DIR:-$HOME/.local/share/dotfiles}" -- cgit v1.3.1