Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.07 KB

dotfiles

Nick Ficano's dotfiles

This repo contains my dotfiles, the scripts to bootstrap my Mac OS environment, and various utilities that have no other home.

While I will outline how to install my configuration from scratch, I would recommend using it for reference purposes only.

Structure

  • bin/ - custom shell scripts
  • home/ - dotfiles that belong in $HOME.
  • os/ - os-specific shell scripts, preferences, etc.

Installation

$ mkdir -p ~/code
$ cd code
$ git clone git@github.com:nficano/dotfiles.git
$ cd dotfiles
$ make install