Skip to content

Instantly share code, notes, and snippets.

@harshalbhakta
Created August 8, 2025 08:16
Show Gist options
  • Save harshalbhakta/47b2cef0b350a9c4ca1b67ac1cbb9504 to your computer and use it in GitHub Desktop.
Save harshalbhakta/47b2cef0b350a9c4ca1b67ac1cbb9504 to your computer and use it in GitHub Desktop.
Cursor Cli
curl https://cursor.com/install -fsS | bash
Cursor Agent Installer
✓ Detected darwin/x64
✓ Package downloaded and extracted
✓ Package installed successfully
✓ Bin directory ready
✓ Symlink created
✨ Installation Complete!
Next Steps
1. Add ~/.local/bin to your PATH:
For bash:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
For zsh:
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc
source ~/.zshrc
2. Start using Cursor Agent:
cursor-agent
Happy coding! 🚀
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment