Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 424 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 424 Bytes

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"