Created
August 8, 2025 08:16
-
-
Save harshalbhakta/47b2cef0b350a9c4ca1b67ac1cbb9504 to your computer and use it in GitHub Desktop.
Cursor Cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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