• @[email protected]
    link
    fedilink
    English
    7
    edit-2
    2 years ago

    Scoop is preferred as it provides versioning and user installs compared to winget which are typically machine wide and require administrative roles.

    • @[email protected]
      link
      fedilink
      English
      12 years ago

      Versioned and doesn’t need admin… I’ve been happy with chocolatey, but this sounds interesting.

    • @[email protected]
      link
      fedilink
      English
      12 years ago

      I liked the obsolete shim for that: cinst - save some letters.

      Same with cup instead of choco update.

      I’ve just reinstated them anyway.

    • ch1cken
      link
      fedilink
      22 years ago

      +1 for scoop, always use it when I’m on windows.

  • Xylight (Photon dev)
    link
    fedilink
    English
    642 years ago
    programs.librewolf = {
      enable = true;
      extensions = with pkgs.librewolf.extensions; [
        ublock-origin
        canvas-blocker
        wappalyzer
        user-agent-switcher
      ];
    };
    

    Declarative NixOS config. Copy this to your nixos config file to get my exact librewolf config.

    • @[email protected]
      link
      fedilink
      English
      12 years ago

      I’d never heard of librewolf until this. Why use it over firefox? Thought firefox was already privacy focused

      • Xylight (Photon dev)
        link
        fedilink
        English
        22 years ago

        Firefox actually has a lot of telemetry that’s opt-out rather than opt-in, and doesn’t have many privacy protections. Librewolf comes with ublock origin (which blocks trackers and annoyances as well as ads), has extreme fingerprinting protection, and has no google stuff out of the box.

      • @[email protected]
        link
        fedilink
        English
        12 years ago

        Firefox has telemetry and has become adware. Mozilla VPN ads pop up every once in a while. Sponsored bullshit on the home screen. Pocket integration with recommended/sponsored content. Mozilla’s becoming what it set out to destroy unfortunately.

        LibreWolf is Firefox without this garbage, plus more privacy focused defaults. Some of those defaults are rather extreme though so I recommend toning it back (such as deleting history/cookies after every session, and resist fingerprinting can screw up anything that displays time by not taking your time zone into account).

      • @[email protected]
        link
        fedilink
        English
        12 years ago

        Great! Keep digging, keep asking the right questions and ultimately you will just collect enough reasons to simply not use any other browser, until something even better will appear.

        Firefox is the Firefox we all really need and LibreWolf is the Firefox we deserve.

  • Max
    link
    fedilink
    English
    5
    edit-2
    2 years ago

    windows users installing a web browser: then vs now

  • @[email protected]
    link
    fedilink
    English
    102 years ago

    Legit me past week, had a misshap and had to reinstall windows, didn’t want the millions of installers so I just everything via winget

    • @[email protected]
      link
      fedilink
      English
      12 years ago

      You don’t have to know it, but it’s a good thing to know!

      It’s actually easier than the other way once you learn how to use it (looking through search results to make sure it’s the official link, clicking through installers, having to think about updates, etc. vs. just opening a terminal and typing winget install whatever).

      But the terminal intimidates people. So I expect this will mainly be used as an optional “tech tip” sort of thing.

    • @[email protected]
      link
      fedilink
      English
      02 years ago

      using winget is a much safer and faster way to install new software. yes command prompt seems intimidating but it’s super easy, you don’t need 1337 hack0rz skillz to use it

      • @[email protected]
        link
        fedilink
        English
        42 years ago

        Do you know why there are multiple packages named similar to the original ones? For example there are multiple Vim packages in the winget repository which makes it confusing.

    • @[email protected]
      link
      fedilink
      English
      52 years ago

      More like sysadmins not programmers. I’ve met plenty of programmers that write brilliant code, but don’t know how to manage computers very well.

      • @[email protected]
        link
        fedilink
        English
        22 years ago

        Gotcha. I don’t know the difference between all the techy jobs, you all just do various forms of magic to my muggle brain.

    • @[email protected]
      link
      fedilink
      English
      52 years ago

      At the moment i like choco more than winget, so winget is now the tool to install choco???

        • @[email protected]
          link
          fedilink
          English
          12 years ago

          I write at the moment, because the it’s good that microsoft finally has a package manager. But even though choco is community maintained, it’s quite good and has a lot things microsoft not yet has. But what annoys me the most with winget ist, that the package names outside of the store packages have horrible names. But you are correct, official is better.

          • @[email protected]
            link
            fedilink
            English
            12 years ago

            Yeah I really like choco as well, I have my little script to keep softs updated, I haven’t spent much time with winget yet. I might be wrong but I think Choco installs software in specific folders instead of the usual C:\Programs or Appdata ?

    • 𝕾𝖕𝖎𝖈𝖞 𝕿𝖚𝖓𝖆OP
      link
      fedilink
      English
      -1
      edit-2
      2 years ago

      You don’t have to know how to do it unless you want to install Firefox on Windows without ever having to open Edge. In that case, this is one way to do it.