Important
Install CachyOS With Cosmic Desktop Option.
KitKat's Desktop Running The Cosmic Desktop
Tip
Install Gaming Packages In The Cachy Hello App, This App Will Open After Your First Login.
Before We All Setup The Best Out Of The Box Experience I Will Explain What This Script Installs In The Table's Below.
The Command To Run The Installer Is Beneath These Table's.
| Core Components: | Explanation: |
|---|---|
| flatpak | Linux application sandboxing and distribution framework |
| Core Applications | Explanation: |
|---|---|
| bazaar | A new app store with a focus on flatpaks, particularly Flathub |
| lact | Linux GPU Configuration Tool |
To Continue, And You Have Read The Table's Above.
Install Using The Command Below In Your Terminal:
curl -fsSL https://raw.githubusercontent.com/kitkat6464/my_configs/refs/heads/cachyos/InstallPackages | shMake a Mounting Folder For The Secondary Drive.
sudo mkdir /mnt/gamesUse This Command To Find Your Drive UUID
lsblk -fAdd Your Drive To The fstab File:
sudo nano /etc/fstab| Example: |
|---|
| UUID=YOURDRIVEUUID /mnt/games btrfs defaults,noatime,x-gvfs-show,compress=zstd,commit=120 0 0 |
Reboot:
sudo reboot