Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 515 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 515 Bytes

~mbillow/.dotfiles

A simple repo with all of the things that make me feel at home.

Installation

Unless you are me, which you probably aren't, don't just blindly install this.

curl -L https://github.com/mbillow/dotfiles/archive/primary.zip --output dotfiles.zip
unzip -j dotfiles.zip 'dotfiles-primary/*' -d ~/.dotfiles && rm dotfiles.zip
source .dotfiles/boostrap.sh

Special Thanks

I used mathiasbynens/dotfiles as a springboard for bootstrap.sh.