Skip to content

My Config's For My Gaming PC. Fast Fetch, Post Install Scripts, etc.

Notifications You must be signed in to change notification settings

kitkat6464/my_configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADDING THIS CAUSE INCASE I HIT MY HEAD, AND FORGET HOW TO DO STUFF

Tip

Install Using Cachy Minimal or Arch Minimal (No Desktop Option)

Step 1: Install Dank Shell Using That Beautiful TTY:

Dank Shell Installation Guide

Step 2: Install Dank Greeter Cause That's Hot AF:

Dank Greeter Installation Guide

Step 3: Install Missing Stuff:

(This Adds Missing Stuff Like File Manager, Photo Viewer, Video Player, Music Player, Missing Deps For Consistency, and Gamescope Tiling Support)

curl -fsSL https://raw.githubusercontent.com/kitkat6464/my_configs/refs/heads/cachyos/AfterInstall | sh

Step 4: Install's Lact and QT Theming Support From The AUR:

curl -fsSL https://raw.githubusercontent.com/kitkat6464/my_configs/refs/heads/cachyos/AfterInstallAur | sh

Step 5: Setup File Extension Support:

cd .config
wget https://raw.githubusercontent.com/kitkat6464/my_configs/refs/heads/cachyos/.config/mimeapps.list

Step 6: Setup Secondary Drive Access:

Make Mounting Folder For Secondary Drive.

sudo mkdir /mnt/games

Tip

Using This Command In The Terminal Will Find Your Drive UUID -> lsblk -f

Add Drive To fstab File:

sudo nano /etc/fstab

UUID=YOURDRIVEUUID /mnt/games btrfs defaults,noatime,compress=zstd,commit=120 0 0

Mount Your New Drive:

sudo systemctl daemon-reload
sudo mount -a

About

My Config's For My Gaming PC. Fast Fetch, Post Install Scripts, etc.

Resources

Stars

Watchers

Forks

Languages