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

https://github.com/dimitarchristoff/dotfiles


https://github.com/dimitarchristoff/dotfiles

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## VSCode DevContainers mounts

```json
{
"dotfiles.repository": "https://github.com/dimitarchristoff/dotfiles.git",
"dotfiles.targetPath": "~/dotfiles",
"dotfiles.installCommand": "install.sh"
}
```