tetsuo692 / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetsuo Dot Files for mac

Installation

git clone git://github.com/tetsuo692/dotfiles ~/.dotfiles
add following lines in .autotest:
  require File.dirname(__FILE__)+'/.dotfiles/rails/autotest'
add following lines in .bashrc:
  . ~/.dotfiles/bashrc
and this in .bash_profile
  if [ -f ~/.bashrc ];
    then
      source ~/.bashrc
  fi

Sources :

- peepcode.com (https://peepcode.com/products/advanced-command-line)

About

my dotfiles


Languages

Language:Vim Script 63.7%Language:Shell 23.6%Language:Ruby 7.1%Language:Makefile 5.6%