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 + +