From 0cca70624377e7154b36047eb0ed766e15a75654 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 12 Jun 2025 14:11:59 -0500 Subject: [PATCH] feat: update to self-hosted git forge --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a72f71..378a33b 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Without my `dotfiles`, I am useless. ## Installation ```shell -sh -c "$(curl -fsSL https://raw.githubusercontent.com/joshtronic/dotfiles/main/install.sh)" +sh -c "$(curl -fsSL https://git.sherver.org/joshtronic/dotfiles/raw/branch/main/install.sh)" ``` ![BOOM](https://media.giphy.com/media/laUY2MuoktHPy/source.gif) diff --git a/install.sh b/install.sh index 697b7d2..7976829 100755 --- a/install.sh +++ b/install.sh @@ -16,7 +16,7 @@ done DOTFILES=$HOME/.dotfiles if [ ! -d "$DOTFILES" ]; then - git clone git@github.com:joshtronic/dotfiles.git "$DOTFILES" + git clone ssh://git@git.sherver.org:22381/joshtronic/dotfiles.git "$DOTFILES" cd "$DOTFILES" || exit else cd "$DOTFILES" || exit