This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-04-07 16:39:37 -04:00

43 lines
1.4 KiB
Markdown

# Manjaro2ArchCachy
![Transware](https://pride-badges.pony.workers.dev/static/v1?label=Transware&labelColor=%23555&stripeWidth=6&stripeColors=5BCEFA%2CF5A9B8%2CFFFFFF%2CF5A9B8%2C5BCEFA)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
## Prelude
Even before Manjaro the Project sought to revive the Manjaro OS, I was
interested in running the CachyOS kernel. Eventually, because that was stable,
I sought to migrate my systems to hybrids to avoid the pains of a
tedious migration off Manjaro.
For what it's worth, I have been daily-driving Manjaro for the last five years.
I have no issues with Manjaro the Project's 2.0 Manifesto. This is just a
precaution to avoid being caught up in a potential collapse, and give some
people an easier out if they so wish.
## Warning
I MAKE NO CLAIMS ABOUT SECURITY.
This script will, without a doubt, end up leaving orphaned Manjaro packages on
the system. I cannot account for them all.
PRs for resolving this are appreciated!
## Nvidia
This script does not check for Nvidia graphics on the system (at least not yet).
My remaining systems do not possess Nvidia cards, so I don't need to figure out
detection for this.
If you do have an Nvidia card, please see the CachyOS documentation for more
information.
Newer cards should only need to run:
```bash
sudo pacman -R nvidia-dkms
sudo pacman -S linux-cachyos{-kernelVariant}-nvidia-open
```