Skip to content

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

License

Notifications You must be signed in to change notification settings

damonmorgan/dotfiles

 
 

Repository files navigation

Damon Morgan 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/damonmorgan/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

 
 
 

Languages

  • Vim Script 36.3%
  • Ruby 34.5%
  • Shell 25.7%
  • HTML 3.5%