An open API service indexing awesome lists of open source software.

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

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": ""
}
]
```