Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.25 KB

File metadata and controls

31 lines (21 loc) · 1.25 KB

dotfiles

My personal dotfiles (bash, git, vim)

Installation

$ git clone git://github.com/tfentonz/dotfiles.git

Vundle plugin is installed as a git submodule. Check this out by running the following commands:

$ cd dotfiles
$ git submodule init
$ git submodule update

VIM

Utilities

  • Vundle The plug-in manager for Vim.
  • CtrlP Fuzzy file, buffer, mru, tag, etc finder.
  • The NERD tree A tree explorer plugin for vim.
  • snipMate snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
  • vim-coffee-script CoffeeScript support for vim
  • vim-less vim syntax for LESS (dynamic CSS)
  • vim-rails Ruby on Rails power tools.
  • vim-surround quoting/parenthesizing made simple

Color schemes