Last active
August 18, 2025 11:40
-
-
Save mateusreis/4b4c45d07a666b40bb8e86f45e8e99a8 to your computer and use it in GitHub Desktop.
Como usar o Cursor no Terminal - Debian 13 - 2025
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
| 1. Baixe o Cursor: | |
| https://cursor.com/downloads | |
| /home/mateus/Downloads/Cursor-1.4.5-x86_64.AppImage | |
| 2. Mova para a pasta Apps: | |
| /home/mateus/Apps/Cursor-1.4.5-x86_64.AppImage | |
| 3. Faça ficar executável: | |
| $ chmod +x Cursor-1.4.5-x86_64.AppImage | |
| Execute: | |
| $ ./Cursor-1.4.5-x86_64.AppImage | |
| 4. Crie um comando e adicione ao .bashrc: | |
| cu() { | |
| /home/mateus/Apps/Cursor-1.4.5-x86_64.AppImage "$@" | |
| } | |
| $ cd /var/www/html/epstein-files | |
| $ cu . | |
| 5. Sucesso! | |
| Cursor CLI | |
| Built to help you ship, right from your terminal. | |
| $ curl https://cursor.com/install -fsS | bash | |
| $ | |
| 1. Add ~/.local/bin to your PATH: | |
| For bash: | |
| echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc | |
| source ~/.bashrc | |
| 2. Start using Cursor Agent: | |
| cursor-agent | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment