Skip to content

Instantly share code, notes, and snippets.

View nickurban's full-sized avatar

Nick Urban nickurban

View GitHub Profile
@nickurban
nickurban / app.js
Created April 17, 2017 21:56 — forked from taiansu/app.js
Phoenix brunch config which just make sense
import "phoenix_html"
import "bootstrap"
import "jquery"
import "toastr"
// ...
@nickurban
nickurban / gist:11190863
Created April 22, 2014 19:12
.bash_profile
# Enable terminal colors
export CLICOLORS=1
# Set aliases
alias ls="ls -G -F"
alias ll="ls -l"
alias g="git"
# Read color codes in less
alias less="less -R"
@nickurban
nickurban / .vimrc
Last active August 29, 2015 13:56
.vimrc
set nocompatible " be iMproved, required
syntax on
" set default indentation
set ts=2 sw=2 expandtab
" use markdown syntax highlighting on .md files
au BufRead,BufNewFile *.md set filetype=markdown
@nickurban
nickurban / .gitconfig
Created March 1, 2014 22:13
.gitconfig
[user]
name = Nick Urban
email = nick@nickurban.com
[core]
editor = vim
[color]
ui = always
" copy all this into a vim buffer, save it, then...
" source the file by typing :so %
" Now the vim buffer acts like a specialized application for mastering vim
" There are two queues, Study and Known. Depending how confident you feel
" about the item you are currently learning, you can move it down several
" positions, all the way to the end of the Study queue, or to the Known
" queue.
" type ,, (that's comma comma)