Skip to content

dotNomad/dotfiles

Repository files navigation

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:

About

dotfiles for macOS and Ubuntu

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published