Skip to content
/ dotfiles Public
forked from damonmorgan/dotfiles

config files for zsh, bash, completions, gem, git, irb, rails

License

Notifications You must be signed in to change notification settings

qmee/dotfiles

 
 

Repository files navigation

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>

About

config files for zsh, bash, completions, gem, git, irb, rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 37.6%
  • Ruby 35.9%
  • Shell 22.4%
  • HTML 4.1%