Skip to content

boaz001/dotfiles

 
 

Repository files navigation

dotfiles

So, these are my custom bash settings. It really speeds up my development process. I mostly work on node.js and ruby, so the dotfiles are inclined towards that.

Folder structure

~
├── bin (custom scripts)
├── code (all your projects' source)
└── local (this is where i compile, build and keep all the libraries)
    ├── mongo
    └── node
  • If you don't have ~/.vim, then it would install my .vim settings.
  • It will also install z (folder jumping)

Installation

$ git clone git://github.com/madhums/dotfiles.git
$ cd dotfiles
$ ./install.sh

Please don't forget to modify the .gitconfig file, otherwise I will be committing your projects !


Many many thanks to Todd Werth, Isaacs and Ryan Bates!!

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.4%
  • Ruby 0.6%