diff --git a/linux-first.sh b/linux-first.sh new file mode 100644 index 0000000..0e61b2a --- /dev/null +++ b/linux-first.sh @@ -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)" \ No newline at end of file