dsingleton / dotfiles

Portable configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

David Singelton's dotfiles

Installation

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

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

source bootstrap.sh

Specify the $PATH

If ~/.path exists, it will be sourced along with the other files. Here’s an example ~/.path file that adds ~/utils to the $PATH:

export PATH="$HOME/utils:$PATH"

Sensible OS X defaults

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

./.osx

Install Homebrew formulae

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

./.brew

Thanks to…

Mathias Bynens, from whom this repo is forked.

About

Portable configuration files


Languages

Language:Shell 80.1%Language:Vim Script 19.9%