Skip to content

Instantly share code, notes, and snippets.

View brettchalupa's full-sized avatar

Brett Chalupa brettchalupa

View GitHub Profile
@brettchalupa
brettchalupa / .vimrc
Last active December 14, 2015 04:49
vim config vimrc
execute pathogen#infect()
syntax enable
set hidden
set t_Co=256 " enable 256 color support
set textwidth=80 " set the textwidth char to wrap at
set ts=2 " set the tab spacing to be 2 chars
set shiftwidth=2 " set the shiftwidth to be 2 chars
set wrapmargin=0
set number " display line numbers
set expandtab
@brettchalupa
brettchalupa / git_temp_ignore.sh
Last active December 15, 2015 17:30
Temporarily ignore a file in git
# ignore the file
git update-index --assume-unchanged <file>
# unignore the file
git update-index --no-assume-unchanged <file>
@brettchalupa
brettchalupa / crafted_in_vt.mdown
Last active December 16, 2015 03:59
Crafted in VT

Awesome Vermont companies that make cool things!

  • Agilion
  • Thoughtfaucet
  • Deep Dish Creates
  • Notabli
  • Scouts Honor Co.
  • JDK
  • Field Aesthetic
  • Dottie Clover
@brettchalupa
brettchalupa / independent_contractor_agreement.md
Last active April 3, 2018 20:49 — forked from malarkey/Contract Killer 3.md
Independent contractor agreement based off of the Contract Killer 3.

Independent Contractor Agreement

Between us [company name] and you [customer name]

Summary:

We’ll always do our best to fulfill your needs and meet your expectations, but it’s important to have things written down so that we both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. We’ve no desire to trick you into signing something that you might later regret. What we do want is what’s best for both parties, now and in the future.

So in short;

@brettchalupa
brettchalupa / rabbit_to_pdf.sh
Created August 8, 2013 02:52
Convert Rabbit slides to PDFs.
rabbit -p --slides-per-page 1 -o output_file_name.pdf origin_file_name.rd
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@brettchalupa
brettchalupa / Preferences.sublime-settings
Last active January 4, 2016 07:19
My Sublime Text configuration.
{
"font_face": "Monaco",
"font_size": 14,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"wrap_width": 80,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"draw_white_space": "all",
@brettchalupa
brettchalupa / technologies_to_watch.md
Created January 30, 2014 01:32
Interesting technologies to watch.

Better security practices:

  • unique and strong passwords
  • unassociate credit cards with online vendors (Amazon, PayPal, etc.)
  • enable two factor auth wherever possible
  • delete old and unused accounts