Skip to content

Instantly share code, notes, and snippets.

@mateusreis
Last active August 18, 2025 11:40
Show Gist options
  • Select an option

  • Save mateusreis/4b4c45d07a666b40bb8e86f45e8e99a8 to your computer and use it in GitHub Desktop.

Select an option

Save mateusreis/4b4c45d07a666b40bb8e86f45e8e99a8 to your computer and use it in GitHub Desktop.
Como usar o Cursor no Terminal - Debian 13 - 2025
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