https://github.com/tgotwig/dotfiles
🔗 Config files and how to share them
https://github.com/tgotwig/dotfiles
Last synced: 5 months ago
JSON representation
🔗 Config files and how to share them
- Host: GitHub
- URL: https://github.com/tgotwig/dotfiles
- Owner: tgotwig
- Created: 2025-04-22T16:51:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-07T19:30:27.000Z (7 months ago)
- Last Synced: 2026-01-12T22:42:03.249Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Run `task` to create symlinks via [GNU Stow](https://www.gnu.org/software/stow) and hardlinks via a custom [hardlinks.json](hardlinks.json) file:
```json
[
{
"source": "",
"target": ""
},
{
"source": "",
"target": ""
}
]
```