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

8
.bin/nvim-workspace.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
XDG_CONFIG_HOME="$PWD/.config" \
XDG_DATA_HOME="$PWD/.local/share" \
XDG_STATE_HOME="$PWD/.state" \
XDG_CACHE_HOME="$PWD/.cache" \
TMUX="" \
tmux new-session -s dev -n editor 'nvim'