study / okdevtv star
2022-06-22
#6 mac start
2022-06-22
Tasks
# brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n

# zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"\n\n

# VS Code
cat << EOF >> ~/.zshrc\n# Add Visual Studio Code (code)\nexport PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"\nEOF

# nvm for node.js
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash\n

# sdkman for jvm
curl -s "https://get.sdkman.io" | bash\n
. ~/.zshrc
Comment 0

Add a comment