https://github.com/dimitarchristoff/dotfiles
https://github.com/dimitarchristoff/dotfiles
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimitarchristoff/dotfiles
- Owner: DimitarChristoff
- Created: 2024-06-13T11:05:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T08:19:16.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T03:32:41.951Z (about 1 year ago)
- Language: Shell
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}
```