chore: Try add cursor as alternative coding env

This commit is contained in:
2025-09-25 01:59:11 +02:00
parent 64286b138d
commit e24f2596e1

14
install-cursor.sh Normal file
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