/dotfiles

my personal dotfiles

Primary LanguageVimL

My Dot Files

My config files, heavily commented.

Installation

1) Clone the repo

git clone https://github.com/losco/dotfiles.git ~/.dotfiles

2) Update the dependencies

Fetch the code from the other Git repos like zsh-git-prompt, Vim vundle…

cd ~/.dotfiles
git submodule update --init

3) Install

The install script will create all the symlinks into $HOME

./install.sh

4) Install vim dependencies

Install vim plugins using Vundle

vim -u ~/.vim/bundles.vim +BundleInstall +q

If you want to use CommandT (OSX):

/usr/bin/ruby ~/.vim/bundle/Command-T/ruby/command-t/extconf.rb
make

Features

VIM

Vim has a pretty good configuration. Plugins, syntax, colorschemes are managed by Vundle (github.com/gmarik/vundle)

Sources