Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/reegnz/dotfiles
- Owner: reegnz
- Created: 2019-01-14T11:04:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T15:36:24.000Z (about 2 months ago)
- Last Synced: 2024-11-07T16:24:08.379Z (about 2 months ago)
- Topics: dotfiles, goku, jq, karabiner, macos, vim
- Language: Shell
- Homepage:
- Size: 265 KB
- Stars: 5
- Watchers: 3
- 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"
```