Skip to content

Instantly share code, notes, and snippets.

View djGrill's full-sized avatar
🚀

dAIvd djGrill

🚀
View GitHub Profile
@djGrill
djGrill / style.css
Last active October 10, 2015 07:28
Custom CSS for blog posts
<style>
h1, h2, h3, p, span, i, a {
font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
font-weight: normal;
margin-bottom: 12px;
}
h1, h2, h3 {
margin-top: 12px;
margin-bottom: 2px;
}
@djGrill
djGrill / Preferences.sublime-settings
Last active January 16, 2025 20:17
Sublime Text 3 Settings
{
// Sets the colors used within the text area.
// The value "auto" will switch between the "light_color_scheme" and
// "dark_color_scheme" based on the operating system appearance.
"color_scheme": "auto",
"light_color_scheme": "Breakers.sublime-color-scheme",
"dark_color_scheme": "Mariana.sublime-color-scheme",
// Note that the font_face and font_size are overridden in the platform
// specific settings file, for example, "Preferences (Linux).sublime-settings".
@djGrill
djGrill / config
Last active October 9, 2015 12:57
Git config -- UPDATE: I'm now only making use of Shell aliases: https://gist.github.com/djGrill/64b2dedac8c119e1e149
[user]
name = David Grilli
[color]
ui = true
[heroku]
remote = staging
[alias]
a = add
au = add --update
ba = branch -a