mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 09:44:25 +00:00
Update README and install script for github
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user