Skip to content

dsingleton/dotfiles

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 80.1%
  • Vim Script 19.9%