Skip to content

Instantly share code, notes, and snippets.

@jimmah
jimmah / profiles.json
Created April 20, 2020 12:42
Terminal Profile
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"initialCols": 120,
"initialRows": 30,
"keybindings": [
{
"command": "closePane",
"keys": ["ctrl+shift+w"]
@jimmah
jimmah / keybase.md
Last active September 12, 2019 13:40
keybase.md

Keybase proof

I hereby claim:

  • I am jimmah on github.
  • I am jamessimm (https://keybase.io/jamessimm) on keybase.
  • I have a public key ASClmNTQhy_tavD8ThTql7NQhCeReYNeTjEZsZ7zSDa-IAo

To claim this, I am signing this object:

@jimmah
jimmah / AddItemLinks.config
Last active November 2, 2017 13:29
Add Item Links Processor
@jimmah
jimmah / test.css
Created June 29, 2012 10:57
Compiled CSS output
a {
text-align: center;
}
#header {
color: #8df5c0;
background-image: url(/images/my-test-less-image.png);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
@jimmah
jimmah / gist:3017123
Created June 29, 2012 10:21
Another Example LESS file
a {
text-align: center;
}
@jimmah
jimmah / something-else.less
Created June 29, 2012 10:20
Example LESS file
a {
text-align: center;
}