These are mine :)
This repository contains some configuration files.
#Installation
git clone git@github.com:nickyInside/dotfiles.git
For Git configuration and global ignore files, create these symlinks:
$ ln -s ~/.dotfiles/git/gitconfig ~/.gitconfig
$ ln -s ~/.dotfiles/git/gitignore_global ~/.gitignore_global
$ ln -s ~/.dotfiles/git/gitkrc ~/.gitkrc
In order to prevent gem install or gem update from downloading RDoc and RI, symlink this file.
$ ln -s ~/.dotfiles/ruby/gemrc ~/.gemrc
For Vim configuration and use, create the following symlinks:
ln -s ~/.dotfiles/vim ~/.vim
ln -s ~/.dotfiles/vim/vimrc ~/.vimrc
For tmux configuration create this symlink:
$ ln -s ~/.dotfiles/tmux/tmux_conf ~/.tmux_conf
Add this symlink:
$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
$ ln -s ~/.dotfiles/sublime/User User
Install doing gem
$ [sudo] gem install doing
Create symlink to doingrc file.
$ ln -s ~/.dotfiles/doing/doingrc ~/.doingrc