All Projects → jlfwong → Dotfiles

jlfwong / Dotfiles

Dotfiles (mostly vim)

Programming Languages

python
139335 projects - #7 most used programming language

Collection of Jamie Wong's dotfiles (mostly vim stuff)

You'll need git to get some of this stuff working nicely.

Usage

To install this, clone the repo then run make in the root directory.

git clone git://github.com/phleet/dotfiles.git
cd dotfiles
make

This will ink .vimrc and .vim (it won't overwrite yours if they already exist).

If you want to use the .bash_profile on top of yours, you can add

source path/to/dotfiles/.bash_profile

to the top of your real .bash_profile or .bashrc

Plugin Management

I'm using Vundle for plugin management here.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].