henkster

joined 1 month ago
 

Linux installs fast. Then you spend the next hour doing the same boring ritual: browser, codecs, media tools, chat apps, dev tools, fonts, utilities… all via tabs, notes, and half-forgotten package names.

So I built LinuxMate: a free, open-source helper that generates a clean “get me productive” install script from a checklist. Basically Ninite, but for Linux, and without the “sign in to continue existing” vibes.

  • Pick apps/tools
  • Choose your distro / package manager
  • Get a reproducible script
  • Run it and move on with your life

Live demo: https://www.allroundwebsite.com/linuxmate/ Repo: https://github.com/Henkster72/LinuxMate Blog (my reasoning / background): https://www.allroundwebsite.com/blog/bye-windows-hello-linux-and-linuxmate/

If you’ve got strong opinions (the useful kind): distro support, package picks, safer defaults, or edge cases, I’m collecting feedback.

[–] henkster@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)

Mermaid support is a nice idea! So I implemented it! In a couple of hours in the repo

[–] henkster@lemmy.world 2 points 3 weeks ago

Good call. I’ll add screenshots to the README (desktop + mobile) so people can judge the UI without installing. I’ll also put a “quick try” snippet near the top.

 

I kept bouncing between two annoying extremes: “just edit markdown files in a folder” (great) and “use a notes app” (suddenly you’re managing accounts, syncing, databases, exports, and whatever the app feels like today).

So I built MarkdownManager: a small self-hosted tool that lets you browse and edit a folder of .md notes in your browser, with a preview right next to it. The important part: your notes stay as normal files on disk. No database, no vendor-shaped gravity well. If you stop using it, nothing breaks and your files are still just… files.

Repo: https://github.com/Henkster72/MarkdownManager

If you try it and hate something (UI flow, mobile layout, how it handles folders, whatever), I’m genuinely interested in the sharp feedback.