refactor: move helper scripts into .bin folder and update tasks.json

This commit is contained in:
yeti 2025-05-16 10:02:00 +01:00
parent a565ed4c33
commit 54baa71622
6 changed files with 3 additions and 8 deletions

6
.vscode/tasks.json vendored
View File

@ -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"
}

View File

@ -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