From ee1c82ece8bfce09d6e69347eb2cd8a50c2060b0 Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 15 Sep 2024 21:14:04 +0200 Subject: [PATCH] Update README and install script for github --- README.md | 4 ++-- install.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 64ee2c5..99e60fd 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ My dotfiles. If you want to use them fork or clone the repo. Each branch has spe ## Install -`curl https://git.namesny.com/Mathis/dotfiles/raw/branch/main/install.sh | zsh -s -- ` +`curl https://raw.githubusercontent.com/LordMathis/dotfiles/main/install.zsh | zsh -s -- ` ## Manual install * `echo ".dotfiles" >> .gitignore` -* `git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles` +* `git clone --bare git@github.com:LordMathis/dotfiles.git $HOME/.dotfiles` * `alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'` * `config checkout ` * `config submodule init` diff --git a/install.sh b/install.sh index 6800355..a2da75a 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ if [ $# -eq 0 ] fi echo ".dotfiles" >> $HOME/.gitignore -git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles +git clone --bare https://github.com/LordMathis/dotfiles.git $HOME/.dotfiles alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' config checkout $1 config submodule init