Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reegnz/dotfiles

Just my dotfiles (for fun and profit)
https://github.com/reegnz/dotfiles

dotfiles goku jq karabiner macos vim

Last synced: about 1 month ago
JSON representation

Just my dotfiles (for fun and profit)

Awesome Lists containing this project

README

        

# dotfiles

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

## git

```sh
stow git
```

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

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

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

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