Skip to content

Commit

Permalink
Codespaces dotfiles setup
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 committed Feb 11, 2024
1 parent 287980d commit 4190c17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bootstrap-codespace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ set -Eeuox pipefail
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
echo removing ~/.zshrc
mv ~/.zshrc ~/.zshrc.codespace-orig.bak

echo Running stow at "$(date)"
make
echo Finished stow at "$(date)"

0 comments on commit 4190c17

Please sign in to comment.