From 0d4d2de665d72057bd8ed8c5e865cbca8b3f3fe3 Mon Sep 17 00:00:00 2001 From: Mathis Date: Wed, 8 Feb 2023 20:40:05 +0000 Subject: [PATCH] Update 'install.sh' --- install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install.sh b/install.sh index ceb6809..c91a92f 100755 --- a/install.sh +++ b/install.sh @@ -7,9 +7,9 @@ if [ $# -eq 0 ] fi echo ".dotfiles" >> $HOME/.gitignore -git clone --bare git@git.namesny.com:Mathis/dotfiles.git $HOME/.dotfiles -alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' -config checkout $1 -config submodule init -config submodule update +git clone --bare https://git.namesny.com/Mathis/dotfiles.git $HOME/.dotfiles && +alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' && +config checkout $1 && +config submodule init && +config submodule update && source .zshrc \ No newline at end of file