Skip to content

Commit

Permalink
Create post-create.sh
Browse files Browse the repository at this point in the history
Signed-off-by: DJ Schleen <[email protected]>
  • Loading branch information
djschleen authored Mar 11, 2024
1 parent 3c49ef8 commit 229f9cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
mkdir -p $HOME/.local/share/fonts
wget https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.1/0xProto.zip
unzip 0xProto.zip -d $HOME/.local/share/fonts
rm 0xProto.zip

starship preset nerd-font-symbols -o ~/.config/starship.toml

0 comments on commit 229f9cc

Please sign in to comment.