Skip to content

My dot files that are compatible with Mac OSX and Linux

william-weber/.dotfiles

Repository files navigation

Installation

cd $HOME
git clone [THIS REPO]
cd ~/.dotfiles
git submodule init
git submodule update
./link.sh 

VIM Help Files
  Remember to run
    :Helptags

VIM Plugins

  Hey!  I'm using tpope's pathogen plugin to install vim plugins.  However,
  when installing new plugins use git submodule add rather than git clone.

  Example:

  tpope says, "To install..."

    cd ~/.vim/bundle
    git clone git://github.com/tpope/vim-rails.git

  *************************
  **** Change this to: ****
  *************************

    cd ~/.dotfiles
    git submodule add git://github.com/tpope/vim-rails.git .vim/bundle/vim-rails

About

My dot files that are compatible with Mac OSX and Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published