A curated list of apps installed on my Windows machine that I need to set up on Linux, organized by category. Includes Linux install commands where applicable.
| App | Linux Install |
|---|
| name: Weekly Changelog | |
| on: | |
| schedule: | |
| - cron: "0 9 * * 1" # Every Monday at 9:00 AM UTC | |
| workflow_dispatch: | |
| jobs: | |
| generate-changelog: | |
| runs-on: ubuntu-latest |