Skip to content

Commit

Permalink
Move .oh-my-zsh in codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 committed Feb 11, 2024
1 parent 30d5360 commit 1d577d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap-codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d577d4

Please sign in to comment.