rad-hombre / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

All my dotfiles. Boom!

Setup

  1. Clone repo into home directory.
git clone http://github.com/mattattaque/dotfiles ~/.dotfiles
  1. Navigate into cloned directory and run the setup script.
sh setup.sh

The setup script creates symlinks from the files in cloned directory to $HOME, preserving old dotfiles into $HOME/dotfiles_old

Vim Setup

My setup uses vundle for plugin management. The setup.sh script pulls down Vundle automatically.

The first time vim is run after running the script, tell vundle to pull down vim plugins, indicated in the .vimrc, by running the following from within vim.

:BundleInstall

Boom. Done.

About

My dotfiles


Languages

Language:Shell 61.1%Language:Vim Script 38.9%