Skip to content

Commit

Permalink
Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 2, 2012
1 parent 1fd5077 commit fa13995
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -2,6 +2,12 @@

These are my dotfiles: `~/.*`

## Installation

To interactively link the dotfiles into `~`, run:

./install.sh

## Tools I use

* ZSH. To change your default shell to ZSH: `chsh -s $(which zsh) $USER`
Expand All @@ -17,9 +23,3 @@ These don't relate to my dotfiles at all, but I keep forgetting to install them
on new machines.

* [Dropbox](https://www.dropbox.com/install)

## Linking the dotfiles into ~

To interactively link the dotfiles into `~`, run:

./install.sh
11 changes: 3 additions & 8 deletions vimrc
Expand Up @@ -5,15 +5,10 @@ set nocompatible

filetype off " per http://www.adamlowe.me/2009/12/vim-destroys-all-other-rails-editors.html

" Wow, this cleaned up my ~/.vim like you would not believe.
" http://tammersaleh.com/posts/the-modern-vim-config-with-pathogen
" Note that pathogen must be called before built-in filetype plugin is
" loaded
" Pathogen must be called before built-in filetype plugin is loaded.
call pathogen#infect()
call pathogen#helptags() " Generate help tags for every bundle

" RVM fix via http://rvm.beginrescueend.com/integration/vim/
set shell=/bin/sh
" Generate help tags for every bundle.
call pathogen#helptags()

source $HOME/.vim/vundle.vim
source $HOME/.vim/statusline.vim
Expand Down

0 comments on commit fa13995

Please sign in to comment.