Update scripts and template for VS Code

This commit is contained in:
Jaby
2025-01-07 23:17:07 +01:00
committed by Jaby
parent b2a8139cdb
commit 4ee80d4ccc
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"