/dotfiles

~dylandavidson

Primary LanguageVim Script

dotfiles

Home of my unix setup for ~dylandavidson

Installation

Do this all from your home directory (~)

  1. Install Brew

     /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    
  2. Install tmux

     brew install tmux
    
  3. Clone the dotfiles

     git clone git@github.com:DylanDavidson/dotfiles.git
    
  4. Symlink the dotfiles to your root directory

     ln -s -f dotfiles/.* .
    
  5. Remove the ".git" directory that is stupidly copied over

     rm -rf .git
    
  6. Install Vundle

     git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  7. Install all of the Vundle vim plugins

     vim +PluginInstall +qall
    

Woo! You're up and running with my configs.