Skip to content

Commit

Permalink
Update postCreate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Oct 15, 2024
1 parent 0db1dda commit 8eb39b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ echo "alias ll='ls -alF'" >> ~/.bashrc
mkdir -p ~/.config
cp .devcontainer/starship.toml ~/.config

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.4.20/uv-installer.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh
source $HOME/.cargo/env
echo 'eval "$(uv generate-shell-completion bash)"' >> ~/.bashrc

0 comments on commit 8eb39b8

Please sign in to comment.