this post was submitted on 22 Mar 2026
19 points (95.2% liked)

Linux

64125 readers
493 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I’m planning to switch from Manjaro to pure Arch, but I really like the easy setup Manjaro provides. Are there any guides, wikis, or personal tips to replicate that setup on a fresh Arch install? Looking for something that covers the essential packages, configurations, and tweaks to get a similar out‑of‑the‑box feel. Thanks in advance!

top 13 comments
sorted by: hot top controversial new old
[–] mwhj28@lemmy.zip 21 points 6 days ago (2 children)

Pure Arch isn't going to give you what you want. EndeavourOS is probably a better option. Nice installer, a relatively kind and helpful community on their forums, and you can use the Arch wiki to fill in the gaps.

https://endeavouros.com/

[–] Crozekiel@lemmy.zip 4 points 5 days ago

This or one of the other "Arch but easier" distros like CachyOS or Garuda Linux. I've been running Garuda happily for about 4 years now, and recently put CachyOS on my laptop to play with it and so far it's been great too.

[–] CarterH739@lemmy.world 4 points 5 days ago

I'll second this. I left Manjaro for EndeavourOS a few weeks ago and, so far at least, the experience has been flawless.

[–] dlsolo@lemmy.world 6 points 6 days ago* (last edited 6 days ago) (1 children)

But why? Sorry if that is a vague question. Of it ain't broke...

[–] 404@lemmy.zip 2 points 5 days ago

Manjaro breaks all the time...

[–] Veraxis@lemmy.world 4 points 6 days ago* (last edited 6 days ago)

I am not aware of any guides, but I know that in order to get the terminal to look like Manjaro's, you will need to install the zsh shell with the powerlevel10k theme and zsh-syntax-highlighting. I believe they also use either zsh-autocomplete or zsh-autosuggestions.

At least, this was how it was configured back when I used Manjaro several years ago.

[–] wuphysics87@lemmy.ml 1 points 5 days ago

For the memes: RTFM

[–] INeedMana@piefed.zip 2 points 6 days ago (1 children)
[–] k4j8@lemmy.world 1 points 5 days ago

Really great guide! That site has lots of useful tips. They're kept very current and there's no paywall or ads either.

For your Arch with Cinnamon install, I also recommend this guide.

[–] prunerye@slrpnk.net 1 points 5 days ago

I mean, you don't necessarily need a fresh Arch install; I'd wager you could just switch to Arch in place by editing your /etc/pacman.conf and /etc/pacman.d/mirrorlist to Arch repos. You'd probably need to keep a Manjaro section at the bottom of pacman.conf to avoid breaking too many things at first. Is this a good idea? Probably not, but it'd be fun to try.

[–] FirmDistribution@lemmy.world 1 points 5 days ago (1 children)

I’m planning to switch from Manjaro to pure Arch, but I really like the easy setup Manjaro provides

Can't you remove the specific Manjaro packages/configurations? I did this when I installed EndeavourOS, I removed ever endeavour-specific package and my "about system" shows "Arch" instead of "Endeavour" now.

I believe that this way you don't have to lose any files.

[–] Attacker94@lemmy.world 2 points 5 days ago (1 children)

Iirc manjaro changes the package management to not be rolling release, I think you would have to add back in the base arch repos and risk versioning issues.

[–] FirmDistribution@lemmy.world 2 points 5 days ago

ooh, I see. Seems too complicated.