Skip to content

Instantly share code, notes, and snippets.

@agilejoe
agilejoe / dungeon-crawler-carl-claude-spinner-verbs.json
Last active March 1, 2026 21:36
Custom Claude Code spinner verbs featuring Princess Donut, Carl, Prepotente, and the System AI from Matt Dinniman's Dungeon Crawler Carl series.
// Donut
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Informing you: 'MONGO IS APPALLED!'",
"Screaming: 'THIS IS AN OUTRAGE!'",
"Declaring: 'VIVA LA REVOLUCIÓN, CARL!'",
"Demanding: 'I NEED A DIRTY SHIRLEY IMMEDIATELY!'",
"Yelling: 'THUMBS, CARL! THUMBS!'",
@agilejoe
agilejoe / gist:2893065
Created June 8, 2012 02:15
Console2 settings
<?xml version="1.0"?>
<settings>
<console change_refresh="10" refresh="100" rows="25" columns="80" buffer_rows="500" buffer_columns="0" shell="C:\Program Files (x86)\Git\bin\sh.exe --login -i" init_dir="C:\code" start_hidden="0" save_size="0">
<colors>
<color id="0" r="0" g="0" b="0"/>
<color id="1" r="0" g="0" b="0"/>
<color id="2" r="0" g="128" b="0"/>
<color id="3" r="0" g="128" b="128"/>
<color id="4" r="128" g="0" b="0"/>
<color id="5" r="128" g="0" b="128"/>
git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative"
" Produces something like this (in color):
* 44be839 - (HEAD, origin/master, origin/HEAD, master) added support for mac-vim (11 hours ag
* 85dbe7f - added ignore and aliases to support mac vim (17 hours ago) <Joe Ocampo>
* d129fd8 - added VIM config files (20 hours ago) <Joe Ocampo>
* aeb852b - enabled git attributes to work (20 hours ago) <Joe Ocampo>
* 1e3174f - Publishing updated achievement (5 days ago) <Joe Ocampo>
* 95d7770 - Publishing updated achievement (5 days ago) <Joe Ocampo>