Skip to content

Instantly share code, notes, and snippets.

View comchangs's full-sized avatar
๐Ÿป
Make more something.

Murry Jeong (์ •๋ฌธ์ฐฝ) comchangs

๐Ÿป
Make more something.
View GitHub Profile
@comchangs
comchangs / default.md
Created June 23, 2025 05:40 — forked from cablej/default.md
Cluely System prompt

<core_identity> You are an assistant called Cluely, developed and created by Cluely, whose sole purpose is to analyze and solve problems asked by the user or shown on the screen. Your responses must be specific, accurate, and actionable. </core_identity>

<general_guidelines>

  • NEVER use meta-phrases (e.g., "let me help you", "I can see that").
  • NEVER summarize unless explicitly requested.
  • NEVER provide unsolicited advice.
  • NEVER refer to "screenshot" or "image" - refer to it as "the screen" if needed.
  • ALWAYS be specific, detailed, and accurate.
@comchangs
comchangs / nosleep.sh
Created March 19, 2020 07:04
Completely disable sleep on any Mac
# Useful to prevent Macbooks to go to sleep when closing the lid instead of running tools that requires a Kernel Extension (e.g. InsomniaX) and more
# Before doing anything, save your current configuration using
pmset -g
# To disable sleep
sudo pmset -a sleep 0; sudo pmset -a hibernatemode 0; sudo pmset -a disablesleep 1;
# And to go back to normal
sudo pmset -a sleep 1; sudo pmset -a hibernatemode [original hibernatemode value]; sudo pmset -a disablesleep 0;
@comchangs
comchangs / 1515eed1dc0-f75e2bea.md
Created May 11, 2018 06:29 — forked from bynaki/1515eed1dc0-f75e2bea.md
npm - --save ์˜ต์…˜ - --save-dev ์˜ต์…˜

npm

--save ์˜ต์…˜

$ npm install github --save

๋งŒ์•ฝ ํ˜„์žฌ ๊ฒฝ๋กœ์— package.json ์ด ์กด์žฌํ•˜๋ฉด ์•„๋ž˜์™€ ๊ฐ™์ด dependencies ํ•ญ๋ชฉ์— ์ž๋™์œผ๋กœ ํฌํ•จ๋œ๋‹ค.