Setting Up Claude
Adding to vs Code / Goland / Neovim
-
Install the Cloudflare CA
-
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash -
nvm install node -
npm install -g @anthropic-ai/claude-code -
- VS Code - Start setting up claude
claude- Select Anthropic Console Account when asked
- Answer the rest of the questions
- Goland - install the plugin
- Neovim - You apparently like doing things the hard way. Figure it out and update this document ;)
- VS Code - Start setting up claude
-
Take note of the following tips:
- Run /init to create a CLAUDE.md file with instructions for Claude
- Use Claude to help with file analysis, editing, bash commands and git
- Be as specific as you would with another engineer for the best results
- ✔ Run /terminal-setup to set up terminal integration
Initializing Your Project
From the root of your current project/workspace, type
claude /init