https://github.com/banchouboo/dots
https://github.com/banchouboo/dots
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/banchouboo/dots
- Owner: BanchouBoo
- License: unlicense
- Created: 2025-02-17T19:37:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-17T19:48:20.000Z (over 1 year ago)
- Last Synced: 2025-02-17T20:34:34.216Z (over 1 year ago)
- Language: Shell
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Notice
These are purely for reference purposes. If you aren't me you should not try to clone and use these directly. You are free to use whatever is here however you want, though.
## Setup Notes
Set up as a git bare repo https://www.atlassian.com/git/tutorials/dotfiles
Repo config:
- Hide untracked files: `dots config --local status.showUntrackedFiles no`
- Sparse checkout to not pull README or LICENSE: `dots config --local core.sparsecheckout true`
- `~/.dots/info/sparse-checkout`
```
/*
!README.*
!LICENSE
```