Skip to content

Just my dotfiles (for fun and profit)

Notifications You must be signed in to change notification settings

reegnz/dotfiles

Repository files navigation

dotfiles

These are my dotfiles to bootstrap my shell environments. I'm using GNU stow to install these configs.

git

stow git

Using the configs: You need to set up a ~/.gitconfig that's not under version control:

[include]
  path = .gitconfig-common
  path = .gitconfig-macos

[includeIf "gitdir:~/private"]
  path = ".gitconfig-private"

[includeIf "gitdir:~/work"]
  path = ".gitconfig-work"