sh.osa.cubetiqs.com/linux-first.sh

9 lines
273 B
Bash

#!/bin/sh -e
sudo apt update && sudo apt install zsh unzip zip -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)"