Skip to content

Instantly share code, notes, and snippets.

@yoeun
yoeun / .ackrc
Last active August 29, 2015 14:07
# follow symlinks
--follow
--type-set=scss=.scss
--type-set=http=.http
--type-set=coffee=.coffee
--type-set=orig=.orig
--ignore-dir=tiny_mce
--ignore-dir=external
--ignore-dir=timeline_2.3.0
--ignore-dir=codemirror-0.91
@yoeun
yoeun / .vimrc
Last active August 29, 2015 14:07
Plugins managed using Vundle [https://github.com/gmarik/Vundle.vim]
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required