Skip to content

Commit

Permalink
Add missing deps for the build
Browse files Browse the repository at this point in the history
  • Loading branch information
edenreich committed Aug 20, 2024
1 parent 6aec0bf commit b4242f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/deps.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/zsh

sudo apt-get update && sudo apt-get install -y pkg-config libssl-dev

# Install favorite prompt theme
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k

Expand Down

0 comments on commit b4242f8

Please sign in to comment.