Skip to content

Pandu1986/dotfiles

Repository files navigation

My dotfiles

These are my personal dotfiles. They setup an environment the way I like it.

Installation

Run these commands

git clone git://github.com/Pandu1986/dotfiles ~/.dotfiles
cd ~/.dotfiles
gem install bundler
bundle
bundle exec rake install

Now, add this to your ~/.bash_profile or ~/.bashrc or whatever:

# source in dotfiles
if [ -f ~/.bash_dotfiles.sh ]; then
  . ~/.bash_dotfiles.sh
fi

Environment

I am running on Mac OS X, bash.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published