From e24f2596e1f5e2d13ed395b11c6de34c297caf6c Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 25 Sep 2025 01:59:11 +0200 Subject: [PATCH] chore: Try add cursor as alternative coding env --- install-cursor.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 install-cursor.sh diff --git a/install-cursor.sh b/install-cursor.sh new file mode 100644 index 00000000..37584d16 --- /dev/null +++ b/install-cursor.sh @@ -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 + +