Add linux first

This commit is contained in:
Sambo Chea 2022-03-14 20:55:42 +07:00
parent a05d1dcad6
commit 15a703fe4e

9
linux-first.sh Normal file
View File

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