Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 878 Bytes

SETUP.md

File metadata and controls

42 lines (28 loc) · 878 Bytes

Setup Guide

Install For Zsh

zsh plugins & command line tools

brew install zsh-autosuggestions zsh-syntax-highlighting fzf thefuck

Languages

JS

# nvm
# https://github.com/nvm-sh/nvm?tab=readme-ov-file#installing-and-updating
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash

# bun
# https://bun.sh/docs/installation
curl -fsSL https://bun.sh/install | bash

# deno
# https://docs.deno.com/runtime/getting_started/installation/
curl -fsSL https://deno.land/install.sh | sh

Rust

# https://doc.rust-lang.org/stable/book/ch01-01-installation.html#installing-rustup-on-linux-or-macos
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

Java

docs

Google Cloud SDK

google cloud sdk docs