Enhance installation process with terminal selection, update autostart commands, and add PolyForm license; remove unused AGS config

This commit is contained in:
2026-07-06 07:02:34 +02:00
parent 3ee00f2de3
commit ed0a09bfcc
14 changed files with 274 additions and 30 deletions
+3 -2
View File
@@ -1,17 +1,18 @@
{
"name": "dotfiles",
"private": true,
"license": "LicenseRef-PolyForm-Noncommercial-1.0.0",
"type": "module",
"scripts": {
"start": "tsx src/cli.ts",
"test": "tsx --test \"test/**/*.test.ts\""
},
"dependencies": {
"@clack/prompts": "^0.9.0"
"@clack/prompts": "^0.9.0",
"tsx": "^4.19.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"tsx": "^4.19.0",
"typescript": "^5.7.0"
}
}