Skip to content

Commit

Permalink
Update Codespaces script
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis committed Apr 11, 2023
1 parent a8b4b3f commit 34417ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions script/codespaces-post-start → script/codespaces-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ fi
# Install some developer tools and setup Linux how I like it
sudo apt-get install -y \
zsh-autosuggestions

# Unset git settings that conflict with codespaces
git config --file /home/vscode/.config/git/config --unset user.email
git config --file /home/vscode/.config/git/config --unset user.signingkey
git config --file /home/vscode/.config/git/config --unset gpg.program

0 comments on commit 34417ba

Please sign in to comment.