Skip to content

Instantly share code, notes, and snippets.

@negamorgan
negamorgan / .bowerrc
Created July 7, 2015 21:42
.bowerrc for gulp/static site
{
"cwd": "./dist",
"directory": "/bower_components/",
"analytics": false
}
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
@negamorgan
negamorgan / .finnicky.js
Last active June 18, 2024 14:31 — forked from TravisCarden/.finnicky.js
Open ClickUp links from anywhere in the desktop app
module.exports = {
defaultBrowser: "Choosy",
options: { hideIcon: true },
rewrite: [
{
// Change the protocol to the one the desktop app recognizes.
match: finicky.matchHostnames(["app.clickup.com"]),
url: { protocol: "clickup" }
}
],
@negamorgan
negamorgan / explore-plan-code-test.md
Last active July 26, 2025 18:46
Explore Plan Code Test

At the end of this message, I will ask you to do something. Please follow the "Explore, Plan, Code, Test" workflow when you start.

Explore

First, use parallel subagents to find and read all files that may be useful for implementing the ticket, either as examples or as edit targets. The subagents should return relevant file paths, and any other info that may be useful.

Plan

Next, think hard and write up a detailed implementation plan. Don't forget to include tests, lookbook components, and documentation. Use your judgement as to what is necessary, given the standards of this repo.