An open API service indexing awesome lists of open source software.

https://github.com/cored/dotfiles

My dotfiles
https://github.com/cored/dotfiles

Last synced: 7 months ago
JSON representation

My dotfiles

Awesome Lists containing this project

README

          

Dotfiles
========

My configuration files for vim, tmux and other stuffs

# Look and Feel (Showing vim, tmux and rxvt-unicode colors)

![Screenshot](http://dl.dropbox.com/u/576024/Screenshot%20from%202012-12-28%2015%3A13%3A25.png)

# Installation Instructions

git clone https://github.com/cored/dotfiles ~/dotfiles/
cd ~/dotfiles/
git submodule init
git submodule update
ln -s ~/dotfiles/.vimrc ~/.vimrc
ln -s ~/dotfiles/.vim ~/.vim
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf

# Contribution instruction

Fork and do whatever you want