1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-11-01 03:27:26 -05:00

Add task to deploy dotfiles

This commit is contained in:
Kaan Barmore-Genç 2023-04-24 22:01:06 -04:00
parent 5b7dbfc14f
commit bc77148e57
Signed by: kaan
GPG key ID: B2E280771CD62FCF

13
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "deploy",
"type": "shell",
"command": "dotter",
"problemMatcher": []
}
]
}