feat: update to self-hosted git forge

This commit is contained in:
Josh Sherman 2025-06-12 14:11:59 -05:00
parent c2d9017d1c
commit 0cca706243
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 2 deletions

View file

@ -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)

View file

@ -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