2022-03-14 20:55:42 +07:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2022-03-14 20:59:17 +07:00
|
|
|
sudo apt update && sudo apt install zsh unzip zip -y
|
2022-03-14 20:57:48 +07:00
|
|
|
|
2022-03-14 20:55:42 +07:00
|
|
|
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)"
|