Skip to content

Commit

Permalink
update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshll committed Oct 2, 2014
1 parent c9aa96c commit 5558cb9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .brew
Expand Up @@ -32,9 +32,13 @@ brew install ack
brew install git
brew install imagemagick
brew install lynx
brew install macvim
brew install mysql
brew install node
brew install rbenv --HEAD
brew install ruby-build
brew install rename
brew install the_silver_searcher
brew install tree

# Ridiculous Fish Shell
Expand Down Expand Up @@ -66,6 +70,7 @@ installcask rdio
installcask seil
installcask sketch
installcask sketch-toolbox
installcask slack
installcask steam
installcask sublime-text
installcask the-unarchiver
Expand Down
11 changes: 6 additions & 5 deletions .vimrc
Expand Up @@ -35,7 +35,10 @@ Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-haml'

" quick file switcher
Plugin 'wincent/Command-T'
Plugin 'kien/ctrlp.vim'
let g:ctrlp_map = '<leader>t'
let g:ctrlp_working_path_mode = 'a'
let g:ctrlp_custom_ignore = 'node_modules\|DS_Store\|git'
set wildignore+=node_modules/**
set wildignore+=bower_components/**

Expand Down Expand Up @@ -67,9 +70,7 @@ Plugin 'tpope/vim-dispatch'
" BEAUTIFUL COLORZ
Plugin 'altercation/vim-colors-solarized'
Plugin 'Lokaltog/vim-distinguished'

" BEAUTIFUL POWERLINE
" Plugin 'Lokaltog/vim-powerline'
Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}

" Git gutter shows diffs on the left num bar!
Plugin 'airblade/vim-gitgutter'
Expand Down Expand Up @@ -227,7 +228,7 @@ set shell=/bin/bash
set guioptions-=T

set background=dark
colorscheme distinguished
colorscheme grb256
set encoding=utf8

try
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -11,8 +11,8 @@ function doIt() {
sh .brew

# install bundle and vim bundles
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim -E -c BundleInstall -c q
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim -E -c PluginInstall -c q

# install oh-my-fish
curl -L https://github.com/bpinto/oh-my-fish/raw/master/tools/install.fish | fish
Expand Down

0 comments on commit 5558cb9

Please sign in to comment.