bin/README.md

12 lines
236 B
Markdown
Raw Normal View History

2020-08-09 12:57:19 +00:00
Tracks files in `/usr/local/bin`
2020-04-21 15:50:59 +00:00
Initialised with:
2020-08-09 12:57:19 +00:00
```sh
2020-04-21 15:50:59 +00:00
git --git-dir=/home/ray/.config/bin --work-tree=/usr/local/bin init
2020-08-09 12:57:19 +00:00
```
2020-08-09 12:58:12 +00:00
**Do not** perform git commands in `/usr/local/bin/`
2020-08-09 12:57:19 +00:00
Instead, perform git commands in `~/.config/bin/`