diff --git a/install.sh b/install.sh index c91a92f..6800355 100755 --- a/install.sh +++ b/install.sh @@ -7,9 +7,9 @@ if [ $# -eq 0 ] fi echo ".dotfiles" >> $HOME/.gitignore -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 && +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