This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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!'", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |