mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
8 lines
290 B
Bash
8 lines
290 B
Bash
#!/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/march18/zig-0.2.5.vsix >/home/ubuntu/vscode-zig.vsix
|