Skip to content

Instantly share code, notes, and snippets.

View cchamberlain's full-sized avatar

Cole Chamberlain cchamberlain

View GitHub Profile
@cchamberlain
cchamberlain / .zshrc
Last active September 8, 2015 01:23
dot-zshrc
#!/usr/bin/env zsh
if [[ -s "$ZPREZTODIR/init.zsh" ]]; then
. "$ZPREZTODIR/init.zsh"
fi
. "$ZSCRIPTDIR/checks.zsh"
. "$ZSCRIPTDIR/colors.zsh"
. "$ZSCRIPTDIR/setopt.zsh"
# Atom Cheatsheet.
# Project Key Bindings.
- 'cmd-shift-p': open the command palette.
- 'cmd-p' or 'cmd-t': open the fuzzy finder to find a file.
- 'cmd-b': look for a file that is already open.
- 'cmd-shift-b': search the list of files modified and untracked in your project repository.
- 'ctrl-0': open and focus the the tree view.
@cchamberlain
cchamberlain / config.json
Created May 31, 2015 18:50
tig bootstrap config.json
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#275da1, 6.5%)",
"@brand-success": "#5cb85c",
@cchamberlain
cchamberlain / .agignore
Last active August 29, 2015 14:21
My .agignore file
node_modules/
assets/js/
assets/css/
assets/fonts/
assets/img/
assets/maps/
assets/styl/
assets/stylus/
assets/swatch/
log/