Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 697 Bytes

README.rdoc

File metadata and controls

35 lines (22 loc) · 697 Bytes

Qmee Dot Files (Heavily influenced by Ryan Bates Dot Files)

These are config files to set up a system the way I like it.

Installation

Installed through https://github.com/qmee/environment

Vim

Vim is using Vundle to manage plugins

git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

In Vim

:PluginInstall

In Terminal

cd ~/.vim/bundle/command-t
rake make

Font

Preferred programming font is Inconsolata

http://www.levien.com/type/myfonts/inconsolata.html

Snippets

Using the Snipmate plugin for Vim

git clone https://github.com/scrooloose/snipmate-snippets.git

rake deploy_local

Allows you to do

def<tab>