aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/scripts/nice.sh
blob: 4b6499dead790b4758dd3d33489bb0655a04612a (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

chsh -s $(which zsh)
sh -c "$(curl -fsSL https://starship.rs/install.sh) -- --platform linux_musl" -- --yes
echo "eval \"$(starship init zsh)\"" >>~/.zshrc

curl https://github.com/Jarred-Sumner/vscode-zig/releases/download/fork-v1/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix