A simple group of dotfiles that I'm sure will expand as I hunt for new features, functions, and improvements
Use symlinks for the wanted files
ln -s ~/development/dotfiles/.zshrc ~/.zshrc
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
The .gitconfig.local
file is included by .gitconfig
. Use it to store user
information.
[user]
name = Jordan Jensen
email = [email protected]
Messages should start with the affected [software]
If there is not a specific piece of software the commit targets then it can be excluded