Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.28 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

Use symlinks for the wanted files

ln -s ~/development/dotfiles/.zshrc ~/.zshrc

Visual Studio Code

Once Visual Studio Code is installed remove the original settings.json and create a symlink to the settings.json in the vscode directory.

ln -s ~/development/dotfiles/vscode/settings.json ~/Library/Application\ Support/Code/User/settings.json

Git Config

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

[user]
    name = Jordan Jensen
    email = [email protected]

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: