Add vscode tasks
This commit is contained in:
parent
a6c01710bc
commit
3d0cfd0a5f
4 changed files with 12 additions and 0 deletions
|
@ -8,3 +8,4 @@
|
||||||
- import_tasks: tasks/config.yml
|
- import_tasks: tasks/config.yml
|
||||||
- import_tasks: tasks/vim.yml
|
- import_tasks: tasks/vim.yml
|
||||||
- import_tasks: tasks/private.yml
|
- import_tasks: tasks/private.yml
|
||||||
|
- import_tasks: tasks/vscode.yml
|
||||||
|
|
11
tasks/vscode.yml
Normal file
11
tasks/vscode.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
- copy:
|
||||||
|
src: ./files/vscode-settings.json
|
||||||
|
dest: /home/jake/.config/Code/User/settings.json
|
||||||
|
mode: 0644
|
||||||
|
owner: jake
|
||||||
|
|
||||||
|
- copy:
|
||||||
|
src: ./files/vscode-keybindings.json
|
||||||
|
dest: /home/jake/.config/Code/User/keybindings.json
|
||||||
|
mode: 0644
|
||||||
|
owner: jake
|
Loading…
Reference in a new issue