BaNkIck / dotfiles

My dotfiles for developers, based on https://github.com/mathiasbynens/dotfiles

Home Page:http://vanderveer.be/blog/2012/10/12/setting-up-my-perfect-developer-environment-on-osx-10-dot-8-mountain-lion-10-dot-8-2-final-edition/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Roderik's dotfiles

This is a fork of Mathias’s dotfiles customised for my use.

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/roderik/dotfiles.git && cd dotfiles && ./bootstrap.sh

To update, cd into your local dotfiles repository and then:

./bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

./bootstrap.sh -f

BASH 4

Some features depend on bash version 4. Install by running .brew

./.brew

Sensible OS X defaults

When setting up a new Mac, you may want to set some sensible OS X defaults:

./.osx

More help

Check out this blog post about my development environment where i detail how i use this repo.

About

My dotfiles for developers, based on https://github.com/mathiasbynens/dotfiles

http://vanderveer.be/blog/2012/10/12/setting-up-my-perfect-developer-environment-on-osx-10-dot-8-mountain-lion-10-dot-8-2-final-edition/


Languages

Language:Python 75.9%Language:JavaScript 15.0%Language:C++ 7.1%Language:C 1.6%Language:PHP 0.3%Language:Shell 0.1%Language:Vim Script 0.0%Language:Puppet 0.0%