Update scripts and template for VS Code

This commit is contained in:
Jaby
2025-01-07 23:17:07 +01:00
parent 3bc66763bd
commit 58765c2e98
9 changed files with 15 additions and 35 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"