diff --git a/install.sh b/install.sh index edb9dbf..d8287a4 100644 --- a/install.sh +++ b/install.sh @@ -29,8 +29,7 @@ link_file() git_clone() { if [ ! -d ~/.my_config ]; then - # git clone https://github.com/lwshen/dotfiles.git ~/.my_config - git clone https://gitcode.net/shenlw66/dotfiles.git ~/.my_config + git clone https://github.com/lwshen/dotfiles.git ~/.my_config fi if [ ! -d ~/.my_config/oh-my-zsh ]; then git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.my_config/oh-my-zsh