Skip to content

cmbuckley/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chris’s dotfiles

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. The bootstrapper script will pull in the latest version and link the files to your home folder.

git clone https://github.com/cmbuckley/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

Specify the $PATH

If ~/.path exists, it will be sourced along with the other files, before any feature testing takes place.

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

Feedback

Suggestions/improvements welcome!

Thanks to…

About

There’s no place like ~

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.3%
  • Vim Script 29.7%