Add linux first
This commit is contained in:
parent
a05d1dcad6
commit
15a703fe4e
9
linux-first.sh
Normal file
9
linux-first.sh
Normal 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)"
|
Loading…
Reference in New Issue
Block a user