Settings

Theme

Show HN: Create setups, deploy and share them

4 points by victorzidaroiu a month ago · 2 comments · 1 min read


I made a desktop app for Windows that lets you find apps and add them to lists (I call them decks). I also plan to add more features such as adding config files, scripts that need to run etc.

So basically it would allow you to create setups that you can install and share via links with much less work than doing it manually as they install in the background.

To install the apps I only use winget so it's as safe as winget is. I also plan to use homebrew to achieve the same functionality for Mac.

Any feedback is welcome!

Link: https://desktopdeck.io

ergshankar a month ago

This looks useful. How are you handling dependency conflicts when multiple apps in a setup require different versions?

  • victorzidaroiuOP a month ago

    I'm using winget for the installations so ideally it should be handled by winget without issues.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection