Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.05 KB

File metadata and controls

45 lines (31 loc) · 1.05 KB

dotNomad's dotfiles

A simple group of dotfiles that I'm sure will expand as I hunt for new features, functions, and improvements

Install (macOS)

Install the dotfiles using the install script on macOS

./install.sh

Git Config

The .gitconfig.local file is included by .gitconfig. Use it to store user information.

[user]
    name = Jordan Jensen
    email = fake@invalid.com

Optional tools

Commit Messages

Messages should start with the affected [software]

If there is not a specific piece of software the commit targets then it can be excluded

Heavily inspired by: