nficano / dotfiles

My MacOS/Linux dotfiles and various utility shell scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ~/github
$ cd github
$ git clone git@github.com:nficano/dotfiles.git
$ cd dotfiles
$ make install

About

My MacOS/Linux dotfiles and various utility shell scripts.

License:GNU General Public License v2.0


Languages

Language:Shell 97.7%Language:Makefile 2.1%Language:AppleScript 0.2%