chore: cleanup of history file
Some checks failed
Test Suite / unit-tests (3.11) (push) Has been cancelled
Test Suite / unit-tests (3.12) (push) Has been cancelled
Test Suite / integration-tests (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / performance-tests (push) Has been cancelled
Test Suite / code-quality (push) Has been cancelled
Test Suite / security-scan (push) Has been cancelled
Test Suite / test-summary (push) Has been cancelled

This commit is contained in:
2026-01-05 22:01:04 +01:00
parent 5e147865f8
commit 77415bfad7
140 changed files with 73 additions and 56 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/sh
#
# install-cursor.sh - install cursor cli coding environment
#
# USAGE
# run "./install-cursor.sh" to make sure dependencies are satisfied
# install cursor cli coding environment
# curl https://cursor.com/install -fsS | bash # error with OpenSSL
# wget -qO- https://cursor.com/install | bash # error with OpenSSL