9 lines
269 B
Bash
9 lines
269 B
Bash
#!/bin/sh -e
|
|
|
|
sudo apt update && sudo apt install zsh unzip -y
|
|
|
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
|
|
|
|
curl -s "https://get.sdkman.io" | bash
|
|
|
|
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |