Update scripts and template for VS Code

This commit is contained in:
Jaby
2025-01-07 23:17:07 +01:00
parent 1f255e15e1
commit de915a0d33
9 changed files with 14 additions and 34 deletions

6
template/install.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
dst_name=JabyEngine-PSX_Game
dst="$HOME/.config/Code/User/ProjectTemplates"
mkdir -p $dst
cp -r "$dst_name" "$dst"