Update 'install.sh'
This commit is contained in:
parent
0d4d2de665
commit
fee835708f
10
install.sh
10
install.sh
|
@ -7,9 +7,9 @@ if [ $# -eq 0 ]
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ".dotfiles" >> $HOME/.gitignore
|
echo ".dotfiles" >> $HOME/.gitignore
|
||||||
git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles &&
|
git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' &&
|
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||||
config checkout $1 &&
|
config checkout $1
|
||||||
config submodule init &&
|
config submodule init
|
||||||
config submodule update &&
|
config submodule update
|
||||||
source .zshrc
|
source .zshrc
|
Loading…
Reference in New Issue