Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshen authored Oct 27, 2024
1 parent b7132f3 commit 57c712e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57c712e

Please sign in to comment.