/dotfiles

Config files

Primary LanguageVim Script

Installation:

    git clone git://github.com/aherrmann/dotfiles.git ~/.dotfiles

Create symlinks:

    ln -s ~/.dotfiles/vim ~/.vim
    ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
    ln -s ~/.dotfiles/vim/gvimrc ~/.gvimrc

    ln -s ~/.dotfiles/bash/bashrc ~/.bashrc
    ln -s ~/.dotfiles/bash/bash_profile ~/.bash_profile
    ln -s ~/.dotfiles/bash/bash_logout ~/.bash_logout

Switch to the ~/.dotfiles directory, and install vundle:

    cd ~/.dotfiles
    git clone http://github.com/gmarik/vundle.git vim/vundles/vundle

Open vim and install bundles:

    :BundleInstall


Useful aliases

    Run .gitscripts/generatealiases to generate useful aliases.