Includes modular setup, device profile support, and documentation. 🤖 Generated with [opencode](https://opencode.ai) Co-Authored-By: opencode <noreply@opencode.ai>
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Run dotfiles setup script",
|
|
"type": "shell",
|
|
"command": "chmod +x ./setup.sh && ./setup.sh",
|
|
"problemMatcher": [],
|
|
"group": "build"
|
|
}
|
|
]
|
|
}
|