I’m a little bit underwhelmed, I thought that based off the fact so many people seem to make using this distro their personality I expected… well, more I guess?

Once the basic stuff is set-up, like wifi, a few basic packages, a desktop environment/window manager, and a bit of desktop environment and terminal customisation, then that’s it. Nothing special, just a Linux distribution with less default programs and occasionally having to look up how to install a hardware driver or something if you need to use bluetooth for the first time or something like that.

Am I missing something? How can I make using Arch Linux my personality when once it’s set up it’s just like any other computer?

What exactly is it that people obsess over? The desktop environment and terminal customisation? Setting up NetworkManager with nmcli? Using Vim to edit a .conf file?

  • The Quuuuuill
    link
    fedilink
    English
    144
    edit-2
    10 months ago

    Welcome to realizing the Memes are all bullshit and its just a solid distro that’s worth using for the simpleness. Just go use your computer like the average user is and roll with it

    • @vort3@lemmy.ml
      link
      fedilink
      4410 months ago

      Yep, all this «how do I learn linux» stuff is weird. You don’t learn your OS, you use it. Did you need to «learn» Windows? You just launch it and click your browser / file manager / media player and browse, manage files and watch or listen to your media files.

      You can just use your PC as you would regularly use your PC and find solutions once you face some issues. Yes, Linux issues are different from Windows issues.

      • @SynopsisTantilize@lemm.ee
        link
        fedilink
        3210 months ago

        You got downvoted but as a Systems Engineer when I get home from work, I want my OS to get out of my way. All these other people are crazy.

      • @prime_number_314159@lemmy.world
        link
        fedilink
        1010 months ago

        Modern operating systems have made it take very little knowledge to connect to WiFi and browse the internet. If you want to use your computer for more than that, it can still take a longer learning process. I download 3D models for printing, and wanted an image for each model so I could find things more easily. In Linux, I can make such images with only about a hundred characters in the terminal. In Windows, I would either need to learn powershell, or make an image from each file by hand.

        The way I understand “learning Linux” these days is reimagining what a computer can do for you to include the rich powers of open source software, so that when you have a problem that computers are very good at, you recognize that there’s an obvious solution on Linux that Windows doesn’t have.

        • Vashtea
          link
          fedilink
          English
          110 months ago

          I get your point, but for your specific example windows powertools gave my .stl files thumbnails if that is what you are referring to.

      • @acockworkorange@mander.xyz
        link
        fedilink
        29 months ago

        You joke, but I was there, 3000 years ago… and DOS, Windows and Lotus 1-2-3 courses sold like hot cakes. Yeah, people had to learn Windows until a critical mass of people knew it so knowledge would self propagate.

  • H Ramus
    link
    fedilink
    7710 months ago

    Didn’t bother going through the hoops and installed EndeavourOS which is arch-based with some additional default applications.

    For me, the best thing of Arch isn’t the distribution but the Arch wiki. An impressive piece of documentation.

    • @seaQueue@lemmy.world
      link
      fedilink
      10
      edit-2
      10 months ago

      The Arch build system is just as impressive IMO. I’ve written Debian and redhat packages for at least two decades and Arch packaging is just so much easier to handle. The associated tooling for creating and managing build chroots is excellent as well.

  • @atzanteol@sh.itjust.works
    link
    fedilink
    English
    5210 months ago

    Most distros are very similar - it’s mostly the same software just using a different package manager.

    This is why “which distro should I use” is the most annoying question in this community.

    • @lobut@lemmy.ca
      link
      fedilink
      1310 months ago

      It is definitely annoying but I think it’s understandable from people that are coming in from the outside.

  • @Deckweiss@lemmy.world
    link
    fedilink
    38
    edit-2
    10 months ago

    Now actually use it for a couple of years. Then you’ll see whats special about it.

    For me personally, Ubuntu was breaking on every dist upgrade, the software was always out of date or not available in the repos. Been running arch for 5 years, same install, even transplanted it over to newer computers without issues. When some package is missing, I can throw together a PKGBUILD with chatgpt and put it on the AUR for others to use. It fucking rocks and is extremely sturdy while allowing me to do with it whatever I want.

    But yeah, besides that, it’s just a linux. The individual things it does well are not even exclusive to arch. Ideally, you should not think about your OS at all and it should be out of your way, while you do something on it.

    • @SentientFishbowl@lemmy.mlOP
      link
      fedilink
      English
      610 months ago

      Makes sense. Do you find that by having the same install for so long (including transplanting it) that you have accumulated a lot of bloat? One of the things I really enjoyed about a fresh install was that I knew there wasn’t a build-up of digital junk files, but with Arch fresh installing every once in a while just seems impractical.

      • Daniel Quinn
        link
        fedilink
        English
        4
        edit-2
        10 months ago

        I’ve been using Arch for about 15 years or so, and yes, I build up cruft… in my home directory ;-). The system itself is remarkably good at keeping tidy. The one spot to keep an eye on is /var/cache/pacman, as that’s where it stores every package you download before installation and it won’t delete it without you asking it to.

        Any new config file will be saved with a .pacsave extension, so you’ll want to keep an eye out for those, but that’s basically it

      • @Deckweiss@lemmy.world
        link
        fedilink
        1
        edit-2
        10 months ago

        Most of the junk accumulates in /home and I did a cleaning once, where I got rid of a couple hundred GB there, from stuff that was either already uninstalled or still installed but unused for years.

        In the other root directories, I didn’t find much tbh. My / (excluding home) takes up 40GB and I don’t think it was significantly lower years ago as the bulk of it comes from necessary program files.

    • @mostlikelyaperson@lemmy.world
      link
      fedilink
      510 months ago

      Yup, Arch is by far the distro I have had the fewest amounts of technical issues with. Yes, you need to know what you are doing or be willing to read docs, but there’s no magical bullshit, maintainer capriciousness and lack of planning happening like I have unfortunately witnessed all too often while using other distros.

    • @Maragato@lemmy.world
      link
      fedilink
      2
      edit-2
      10 months ago

      Any major Linux distribution has a system for building packages, it’s not something special to Arch. In fact, Arch’s great advantage of the aur repository actually becomes a disadvantage by introducing instability and insecurity into your system when you add programs from that repository. It’s amazing that people criticize Windows security with .exe’s and then install packages from external repositories with the security of “trust in the repository”. How can you trust code with root access to the system just because it’s in the aur repository? That’s the main question I would ask Arch users.

      • Yardy Sardley
        link
        fedilink
        110 months ago

        Not sure if sarcasm or actual disinformation. You’re not supposed to trust the aur, that’s kinda the whole point of it. The build scripts are transparent enough to allow users to manage their own risk, and at no point does building a package require root access.

    • @lud@lemm.ee
      link
      fedilink
      -310 months ago

      Been running arch for 5 years, same install, even transplanted it over to newer computers without issues.

      To be fair, I pretty much do that with Windows 10…

  • Lettuce eat lettuce
    link
    fedilink
    3410 months ago

    You fell for the meme lol.

    Arch is great if you want very high levels of customization without having to get into compiling and coding, like with Gentoo or NixOS.

    I think of it as the distro equivalent to custom keyboard kit, you get all the parts and can swap them out as much as you want. But you’re not designing and fabricating your own circuit board and microcontroller, writing your own custom firmware, getting a custom case modeled and fabricated, etc.

    There’s a reason “I use Arch, BTW” Is a meme.

  • @verdigris@lemmy.ml
    link
    fedilink
    2310 months ago

    The meme is mostly a relic from the days when installing Arch was a very involved and mostly manual process – it wasn’t to the level of LFS, but you had to configure most of the base system, and it would leave you with a pretty bare-bones setup (no GUI by default, etc). So it was a pretty big hurdle and successfully installing it did give you a bit of nerd cred, though even then the “arch BTW” meme was tongue in cheek.

    These days it’s just one of the most well-supported rolling release distros, and it’s got automated installers and GUI spins just like any popular distro. The two biggest assets are the AUR and the wiki.

    NixOS does kind of feel like the spiritual successor in terms of effort to set up, and in that immutable OSes are kind of the next big thing, like rolling release was fairly unconventional when Arch was taking off.

    • @olympicyes@lemmy.world
      link
      fedilink
      English
      410 months ago

      I use Ubuntu but the Arch wiki is top notch and has helped me solved a lot of problems, especially technical issues like VFIO. I think you’re right that Arch love largely started as a meme to celebrate getting it installed, kind of like the jokes about being unable to exit VIM.

  • Ricky Rigatoni
    link
    fedilink
    2210 months ago

    How can I make using Arch Linux my personality when once it’s set up it’s just like any other computer?

    Well, do you already have a personality that isn’t based on Arch? If you do, get rid of it.

    • @dion_starfire@lemm.ee
      link
      fedilink
      English
      410 months ago

      This amuses me, since I literally went from Gentoo to Arch because it felt like the same bleeding edge distro without having to wait for the compile time for half of the packages.

      That said, I generally don’t recommend Arch (or Gentoo) to newbies. It’s great when it works, but the number of times I’ve had to troubleshoot some random dependency issue because I took more than a week to update my system would scare any newbie away. It’s a bit like the parable of the cobbler’s kids having the worst shoes, or the mechanic always driving a project car - when you have the skills to fix something, you’re willing to put up with a lot of bullshit that a normal person wouldn’t.

  • @communism@lemmy.ml
    link
    fedilink
    18
    edit-2
    10 months ago

    Do people really make Arch their personality? Ive been using Arch-based distros since forever and never really met someone like that. I thought it was just a meme.

    I like the minimalism and ability to control more parts of your system as opposed to an automated install process doing everything for you. But you don’t have to do that much manually. The main pacstrap step basically sets up your whole system anyway. It’s not that different to other mainstream distros. I have always just used it like any other distro.

    Edit: Forgot to mention that the bleeding-edge packages and AUR are nice features too. And being rolling release to a lesser extent, just my preference.

      • @communism@lemmy.ml
        link
        fedilink
        510 months ago

        Funnily enough one of the points where Arch distinguishes themselves from other distros is that they’re not strict about only including free software in their repos and are completely fine with including proprietary software alongside foss. There’s Parabola if you want Arch but with a strong political line on free software

    • arbitrary
      link
      fedilink
      English
      210 months ago

      I worked with a guy who had a flag with the Arch logo and his Arch forums username on it hanging above his desk.

  • @golden_zealot@lemmy.ml
    link
    fedilink
    English
    17
    edit-2
    10 months ago

    People like Arch because to many it feels more truly like your system than other distributions.

    It isn’t that Arch is in some way more customizable than other distros, rather it’s that if there is a package on your Arch system, its probably there because it was your choice to put it there in the first place, and so the system can feel more representative of you given it only contains the things you want or need and nothing more from the get go.