Skip to content

ad-oliviero/DotFiles

Repository files navigation

DotFiles

My .files, here is a preview (keep in mind: the screenshots are not updated):

Also, here's a list of the wallpapers I'm using and have used in past configurations.

Programs and other resources used

A command to install all the dependances will be printed after running the ./install script (arch linux only).

Other dependances

Installation

Run

mkdir .config && cd .config
git clone --recursive https://github.com/TheDarkBug/DotFiles.git
cd DotFiles
./install -a

Before the installation begins, a backup of your current configuration will be automatically generated in ~/config_backup.

Post installation

This post installation to-do list is mainly for me as I use arch linux (btw) and I always forget to do this things.

  • systemctl --user enable --now pipewire.service pipewire.socket wireplumber # WhY IsN't PiPeWiRe WoRKiNg?? Well, that's why. Also maybe installing sof-firmware is a good idea
  • Setup swapfile and hibernation
  • To enable pipewire video capture in obs, you need to pacman -S xdg-desktop-portal-wlr, and go in Settings > Output > set "Output Mode" to "Advanced" > Streaming > set "Encoder" to the "VAAPI" option and that should be it
  • Ask for password and fingerprint at the same time: paru -S pam-fprint-grosshack, then add auth sufficient pam_fprintd_grosshack.so\nauth sufficient pam_unix.so try_first_pass nullok to /etc/pam.d/{swaylock,login,polkit-1,su,sudo,system-local-login,system-auth}
  • Suppress boot logs and enable sysrq (boot parameters): quiet loglevel=3 udev.log_level=3 sysrq_always_enabled=1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published