Ask HN: Has anybody built search on top of Anna's Archive?
289 points by neonate 6d ago 146 comments
Ask HN: Is there any demand for Personal CV/Resume website?
6 points by usercvapp 1d ago 16 comments
Show HN: One-Line Installer for Cursor on Linux
1 trbndev 0 5/8/2025, 9:58:08 AM github.com ↗
Cursor is an AI-first code editor, but Linux support is rough. AppImages, no integration, no updates. So I built simple install/update/uninstall scripts that fix this.
Install with one command:
```bash
curl -sSL https://raw.githubusercontent.com/t128n/cursor-linux/main/in... | sudo bash
```
Scripts:
- install.sh: Downloads Cursor AppImage, installs to /opt, sets up icons, symlinks, desktop entry.
- update.sh: Checks latest version, updates if needed.
- uninstall.sh: Clean removal.
=> GitHub: https://github.com/t128n/cursor-linux
---
[!!!] Always review scripts before running them, especially with sudo.
No comments yet