1.1 KiB
It's just a simple deployment. You may need it for something more. Portable programs often have their disadvantages, which symlinks can fix. Try to make this something more automated so you don't have to use your mouse again to install packages on Windows.
Apps configurations are restored individually, I made them for myself, keep in mind! Everything written here may be a very unprepared solution for you!
This project lets you store app data in a single folder and automatically create symlinks to restore configurations.
Overview
-
Simple apps use
fromandtocolumns in a CSV for linking. -
Isolated apps have separate
connectanddisconnectscripts inisolated/folder. -
Module
apps-data-managerprovides three functions:connect— creates symlinks.disconnect— removes symlinks.reconnect— disconnects and reconnects.
Features
- Add simple symlinks by adding a line to the CSV.
- Fully automated via PowerShell; no extra software required.
⚠️ Note: Isolated app scripts are custom and may require adjustments.