refactor: move helper scripts into .bin folder and update tasks.json
This commit is contained in:
parent
a565ed4c33
commit
54baa71622
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -4,7 +4,7 @@
|
||||
{
|
||||
"label": "Build workspace image",
|
||||
"type": "shell",
|
||||
"command": "./build-workspace.sh",
|
||||
"command": "${workspaceFolder}/build-workspace.sh",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"detail": "build podman image using buildah"
|
||||
@ -12,7 +12,7 @@
|
||||
{
|
||||
"label": "Clean dangling images",
|
||||
"type": "shell",
|
||||
"command": "./clean_dangling_images.sh",
|
||||
"command": "${workspaceFolder}/.bin/clean_dangling_images.sh",
|
||||
"problemMatcher": [],
|
||||
"detail": "Clean podman images"
|
||||
},
|
||||
@ -47,7 +47,7 @@
|
||||
{
|
||||
"label": "Create home tarball",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/create-home-tarball.sh",
|
||||
"command": "${workspaceFolder}/.bin/create-home-tarball.sh",
|
||||
"problemMatcher": [],
|
||||
"detail": "create home.tar.gz from .config .local .ssh start.sh"
|
||||
}
|
||||
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
ln -s "$PWD"/zsh-autosuggestions "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-autosuggestions
|
||||
ln -s "$PWD"/zsh-syntax-highlighting "$PWD"/config/zsh/ohmyzsh/custom/plugins/zsh-syntax-highlighting
|
||||
rm -rf local/state
|
Loading…
x
Reference in New Issue
Block a user