From 15a703fe4e235ee2903d58cc7c8b27ab7ba710a5 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 14 Mar 2022 20:55:42 +0700 Subject: [PATCH] Add linux first --- linux-first.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux-first.sh 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