arunsivasankaran / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arun's dotfiles

Screenshot of my shell prompt

Installation & Usage

Using Git.

You can clone the repository. I keep mine in ~/dev/dotfiles. The bootstrap.sh script will pull in the latest version.

git clone https://github.com/arunsivasankaran/dotfiles.git

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

sh bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

Git-free install

To install these dotfiles without Git:

cd; curl -#L https://github.com/mathiasbynens/dotfiles/tarball/master | tar -xzv --strip-components 1 --exclude={README.md,bootstrap.sh,LICENSE-MIT.txt}

To update later on, just run that command again.

Sensible OS X defaults

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

sh defaults.sh

System Setup

When setting up a new Mac, you may want to install some common Homebrew formulae (after installing Homebrew, of course):

sh setup.sh

Install Common Apps

Install commonly used apps

sh install.sh

Feedback

Ideas & suggestions welcome

Author

twitter/arun
Arun Sivasankaran

Thanks to…

About

My dotfiles

License:MIT License


Languages

Language:Shell 100.0%