I’m planning to install Arch Linux for the first time. Any recommendations on setup, must-have applications, or best practices? Also, what’s something you wish you knew before switching to Arch?

  • Mihies@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    6 hours ago

    Those who are (wisely) suggesting snapshots, do you guys use a different partitions for data and OS? Because if you do revert to an older snapshot after a while, you’d loose new data, too (unless you recover it from current state)?

    • Pumpkin Escobar@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 hours ago

      archinstall’s default btrfs layout has I think 4-5 separate subvolumes (I’m not running btrfs anymore so can’t check) but at the very least I remember it has:

      • /
      • /var
      • /home

      being separate subvolumes and mountpoints, you can just use a previous snapshot from 1 without rolling back others

      Related to the snapshotting stuff, timeshift-autosnap is pretty helpful, hooks into pacman and takes a snapshot before installing/updating packages.

      Personally I found btrfs and the snapshots helpful when starting to use arch, but now that I know how not to blow things up, it has been stable enough for me I just felt ext4 was easier.