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: 9 months ago
JSON representation
Just my dotfiles (for fun and profit)
- Host: GitHub
- URL: https://github.com/reegnz/dotfiles
- Owner: reegnz
- Created: 2019-01-14T11:04:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T08:51:16.000Z (9 months ago)
- Last Synced: 2025-10-02T10:27:00.332Z (9 months ago)
- Topics: dotfiles, goku, jq, karabiner, macos, vim
- Language: Shell
- Homepage:
- Size: 289 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```