aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/remote-dev
diff options
context:
space:
mode:
Diffstat (limited to 'remote-dev')
-rw-r--r--remote-dev/README.md2
-rwxr-xr-xremote-dev/bootstrap.sh2
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}"