Skip to content

Configuration files for my manjaro cinnamon desktop configurations, fonts instalation, wallpappers, opmls and etc.

Notifications You must be signed in to change notification settings

GabrielCalheiros/KDE_Desktop_Configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDE_Desktop_Configuration

image image image

Configuration files for my manjaro cinnamon desktop configurations, fonts instalation, wallpappers, opmls and etc.

After Instalation

If im using EndevourOS (the distro of my choice currentrly), after the installation i should run the following code: systemctl enable systemd-homed For some reason everytime the system is disabled and sudo does not work until i run it. If you are unsure, run systemctl status systemd-homed to check out the status of systemd-homed.

Commands to Remember:

Update both Official and AUR repositories: yay -Syu

Install a package: sudo pacman -S package_name

Search for packages with Yay: yay -Ss package_name

Search for packages with Pacman: pacman -Ss package_name

Install AUR package with Yay: yay -S package_name

Cleaning Up Your System:

Clear Pacman Cache

Pacman keeps a cache of all downloaded packages. Over time, this can consume significant disk space.

List Pacman Cache ls /var/cache/pacman/pkg/

Remove Uninstalled Packages from Cache: sudo pacman -Sc

Remove All Cached Packages (Use with Caution): sudo pacman -Scc

This will remove all cached packages and is generally not recommended unless you have limited disk space and are okay with re-downloading packages if needed.

Clean Yay Cache

List Cached AUR Packages: ls ~/.cache/yay/

Refresh Mirrorlist

Update Mirrors via Terminal: sudo pacman-mirrors --fasttrack

Then, synchronize and update: sudo pacman -Syyu

Useful Links

About

Configuration files for my manjaro cinnamon desktop configurations, fonts instalation, wallpappers, opmls and etc.

Topics

Resources

Stars

Watchers

Forks