From 2791a3ad71a9a4362d220e6914ba2e739efd8fb9 Mon Sep 17 00:00:00 2001 From: othon-dd <131836580+othon-dd@users.noreply.github.com> Date: Wed, 3 May 2023 12:42:14 +1000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b118f07..27fdb0b 100644 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ createLink $HOME/.dotfiles/vimrc ~/.vimrc createLink $HOME/.dotfiles/vimrc ~/.config/nvim/init.vim createLink $HOME/.vim/autoload/plug.vim ${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim -[ -d "$HOME/.dotfiles" ] || git clone https://gitlab.com/othondev/dotfiles.git $HOME/.dotfiles +[ -d "$HOME/.dotfiles" ] || git clone https://github.com/othondev/dotfiles.git $HOME/.dotfiles [ -d "$HOME/.tmux/plugins/tpm" ] || git clone https://github.com/tmux-plugins/tpm $HOME/.tmux/plugins/tpm [ -d "$HOME/.zplug" ] || curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh