glenngillen / dotfiles

Initial profile settings for new dev environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bash dotfiles

A collection of files, functions, and scripts I install on a new machine to make life easier.

Installing Vim Plugins

I'm using Vundler, so update .vimrc and add a line like:

Bundle 'tpope/vim-rails.git'

Then reload vim source (! or ,.) and run :BundleInstall

Analytics

About

Initial profile settings for new dev environments

License:MIT License


Languages

Language:Vim Script 65.6%Language:Shell 19.8%Language:Ruby 14.6%