๐ด Wajib โ Mesti Ada
๐ค AI Tools โ Jantung Vibe Coding
๐งฉ VS Code Extensions โ Wajib untuk Vibe Coding
โก Install Semua VS Code Extensions โ Sekaligus
Copy-paste dan run di terminal. Install semua extension WAJIB + OPTIONAL.
# === VS CODE EXTENSIONS โ INSTALL SEMUA ===
# Copy dan paste ke terminal (PowerShell / Bash)
# WAJIB:
code --install-extension esbenp.prettier-vscode
code --install-extension ritwickdey.liveserver
code --install-extension eamodio.gitlens
code --install-extension ecmel.vscode-html-css
code --install-extension formulahendry.auto-rename-tag
code --install-extension usernamehw.errorlens
code --install-extension anthropic.claude-code
code --install-extension github.copilot-chat
# OPTIONAL (recommended):
code --install-extension shd101wyy.markdown-preview-enhanced
code --install-extension christian-kohler.path-intellisense
code --install-extension rangav.vscode-thunder-client
code --install-extension dsznajder.es7-react-js-snippets
code --install-extension mikestead.dotenv
code --install-extension gruntfuggly.todo-tree
code --install-extension vscode-icons-team.vscode-icons
echo "DONE! All VS Code extensions installed."
โ๏ธ Development Tools
๐ก Optional โ Bila Perlu
โก Install Semua Tools Wajib โ Sekaligus
Copy-paste dan run di terminal. Pilih ikut OS anda.
# === VIBE CODING โ INSTALL SEMUA (Windows) ===
# Copy dan paste ke PowerShell (Run as Admin)
# 1. Node.js LTS
winget install OpenJS.NodeJS.LTS
# 2. Git
winget install Git.Git
# 3. VS Code
winget install Microsoft.VisualStudioCode
# 4. Windows Terminal
winget install Microsoft.WindowsTerminal
# 5. Browser (optional)
winget install Google.Chrome
# === RESTART TERMINAL ===
# Tutup dan buka semula terminal
# 6. Claude Code
npm install -g @anthropic-ai/claude-code
# 7. Codex
npm install -g @openai/codex
# 8. Wrangler
npm install -g wrangler
# 9. Supabase CLI
npm install -g supabase
# === VERIFY ===
node --version
git --version
claude --version
codex --version
echo "DONE! Semua tools wajib dah install."
# === VIBE CODING โ INSTALL SEMUA (Mac) ===
# Copy dan paste ke Terminal
# 1. Homebrew (kalau belum ada)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# 2. Node.js LTS
brew install node
# 3. Git
brew install git
# 4. VS Code
brew install --cask visual-studio-code
# 5. Browser
brew install --cask google-chrome
# === RESTART TERMINAL ===
# 6. Claude Code
npm install -g @anthropic-ai/claude-code
# 7. Codex
npm install -g @openai/codex
# 8. Wrangler
npm install -g wrangler
# 9. Supabase CLI
npm install -g supabase
# === VERIFY ===
node --version
git --version
claude --version
codex --version
echo "DONE! Semua tools wajib dah install."