claude curl -fsSL https://claude.ai/install.sh | bash source ~/.bashrc claude doctor claude auth login mv /root/rateright-growth /home/ccuser/ chown -R ccuser:ccuser /home/ccuser/rateright-growth in -s /home/ccuser/rateright-growth /root/rateright-growth cd /home/ccuser/rateright-growth && git pull exit echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc source ~/.bashrc which claude cd /home/ccuser/rateright-growth claude doctor git status cat > /home/ccuser/rateright-growth/.claude/settings.local.json << 'EOF' "permissions": { "allow": [ "Read", "Edit", "Write", "Glob", "Grep", "Bash(git status)", "Bash(git pull)", "Bash(git add *)" "Bash(git commit *)", "Bash(git push)" cat > /home/ccuser/rateright-growth/.claude/settings.local.json << 'EOF' { "permissions": { "allow": [ "Read", "Edit", "Write", "Glob", "Grep", "Bash(git status)", "Bash(git pull)", "Bash(git add *)", "Bash(git commit *)", "Bash(git push)", "Bash(git diff *)", "Bash(git log *)", "Bash(npm test)", "Bash(npm run *)", "Bash(npx *)", "Bash(node *)", "Bash(ls *)", "Bash(cat *)", "Bash(head *)", "Bash(tail *)" ] } } EOF cat /home/ccuser/rateright-growth/.claude/settings.local.json mkdir -p /home/ccuser/.claude cat > /home/ccuser/.claude/settings.json << 'EOF' { "mcpServers": {} } EOF claude doctor cat > /home/ccuser/rateright-growth/.claude/settings.json << 'EOF' { "mcpServers": {} } EOF claude doctor claude plugins remove notion claude doctor exit