Renaming to vssm and adding a readme

This commit is contained in:
2026-06-05 19:39:32 -05:00
parent 8e575cab6e
commit ba5dd4f1ca
6 changed files with 112 additions and 45 deletions

View File

@@ -25,7 +25,7 @@ type AppConfig struct {
func DefaultConfig() *AppConfig {
home, _ := os.UserHomeDir()
basePath := filepath.Join(home, ".local", "share", "vs-manager")
basePath := filepath.Join(home, ".local", "share", "vssm")
cfg := &AppConfig{}
cfg.Storage.InstallDir = filepath.Join(basePath, "installs")