From 1d577d43b887eff53848a879f3d5157040b925bf Mon Sep 17 00:00:00 2001 From: Topher Brown Date: Sun, 11 Feb 2024 13:28:11 -0500 Subject: [PATCH] Move .oh-my-zsh in codespace --- bootstrap-codespace.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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