Skip to content

Instantly share code, notes, and snippets.

View joshbeckman's full-sized avatar
👍

Josh Beckman joshbeckman

👍
View GitHub Profile
@joshbeckman
joshbeckman / .vimrc
Last active August 29, 2015 14:07 — forked from jenikm/My vimrc
My vimrc file (and Eugene's)
execute pathogen#infect()
syntax on
set tabstop=8 softtabstop=0 expandtab shiftwidth=4 smarttab
imap ii <Esc>
au BufRead,BufNewFile *.go set filetype=go
" If using a dark background within the editing area and syntax highlighting
" turn on this option as well
set background=dark
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'