diff --git a/bootstrap-codespace.sh b/bootstrap-codespace.sh index e8e92a24..eb4b5a83 100755 --- a/bootstrap-codespace.sh +++ b/bootstrap-codespace.sh @@ -5,13 +5,13 @@ echo Installing fast packages at "$(date)" make install-fast-packages || true echo Finished installing fast packages at "$(date)" -# use our .zshrc file, not codespace's +# use our files, not codespace's echo removing ~/.zshrc mv ~/.zshrc ~/.zshrc.bak || true - -# use our .gitconfig file, not codespace's echo removing ~/.gitconfig mv ~/.gitconfig ~/.gitconfig.bak || true +echo removing ~/.oh-my-zsh +mv ~/.oh-my-zsh ~/.oh-my-zsh.bak || true echo Running stow at "$(date)" make