Skip to content

Instantly share code, notes, and snippets.

View GokselKUCUKSAHIN's full-sized avatar
📚
Do you know there's a library for that!

Göksel Küçükşahin GokselKUCUKSAHIN

📚
Do you know there's a library for that!
View GitHub Profile
@GokselKUCUKSAHIN
GokselKUCUKSAHIN / .npmignore
Created February 18, 2022 08:16
Default .npmignore file
res/
ts/
js/
tsconfig.json
test/
.idea/
package-lock.json
#!/bin/bash
GIST_URL="https://gist.githubusercontent.com/GokselKUCUKUCAHIN/30f1240c2a6018c4c97093701ebbffb2/raw/c79e5e6fcf0b3696b43c21c8041c861e8bbe18b9/cursor"
DEST_PATH="/usr/local/bin/cursor"
echo "Downloading cursor script from Gist..."
curl -fsSL "$GIST_URL" -o "$DEST_PATH"
echo "Giving execute permissions to the script..."
chmod +x "$DEST_PATH"