diff options
| author | 2026-05-13 13:43:42 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:42 +0100 | |
| commit | ae464450eb68fb154181823d059cf7124258ad2c (patch) | |
| tree | 3447ab19f04762d11380f83de9de3d055d0577ad /remote-dev | |
| parent | 60cd24cecc400d4381f5e6243940b5d0e760e4f9 (diff) | |
| download | dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.tar.gz dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.tar.bz2 dotfiles-ae464450eb68fb154181823d059cf7124258ad2c.zip | |
fix(remote-dev): correct dotfiles repo URL to sommerfelddev/dotfiles
Diffstat (limited to 'remote-dev')
| -rw-r--r-- | remote-dev/README.md | 2 | ||||
| -rwxr-xr-x | remote-dev/bootstrap.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote-dev/README.md b/remote-dev/README.md index a274d19..0377b09 100644 --- a/remote-dev/README.md +++ b/remote-dev/README.md @@ -9,7 +9,7 @@ the same repo — no duplication. On a fresh VM, as the dev user (must have sudo): ```sh -curl -fsSL https://raw.githubusercontent.com/ruifm/dotfiles/master/remote-dev/bootstrap.sh | sh +curl -fsSL https://raw.githubusercontent.com/sommerfelddev/dotfiles/master/remote-dev/bootstrap.sh | sh ``` Then log out and back in. Run `nvim` once to let it fetch plugins from 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}" |
