Update README and install script for github

This commit is contained in:
2024-09-15 21:14:04 +02:00
parent 24f1bd17ad
commit ee1c82ece8
2 changed files with 3 additions and 3 deletions

View File

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