reegnz / dotfiles

Just my dotfiles (for fun and profit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Just my dotfiles (for fun and profit)


Languages

Language:Shell 63.1%Language:Lua 20.1%Language:Vim Script 6.8%Language:Vim Snippet 5.7%Language:Ruby 1.7%Language:jq 0.9%Language:Scheme 0.9%Language:Python 0.6%Language:Awk 0.1%Language:Makefile 0.0%