Skip to content

Instantly share code, notes, and snippets.

View FlaareZero's full-sized avatar

Mattia Rugna FlaareZero

  • Rossano, Calabria, Italy
View GitHub Profile
@FlaareZero
FlaareZero / KDE-Debian-Setup.sh
Last active January 26, 2024 16:14
Just a simple Debian post-installation script for KDE Plasma. Can be used as an example
#!/bin/bash
#minimal cleanup for KDE Plasma Debian 12
sudo apt purge -y gimp akregator juk libreoffice-* zutty xterm kmail imagemagick kontrast firefox-esr && sudo apt install -y git build-essential nala
#lets setup the fingerprint! (ONLY IF YOU HAVE A 04F3:0C00 DEVICE FOR NOW BECAUSE IS THE ONE I HAVE LOL):
wget https://github.com/Greek64/libfprint-elanmoc2-deb/archive/refs/heads/1.94.5-1.zip && unzip 1.94.5-1.zip
cd libfprint-elanmoc2-deb-1.94.5-1/ && sudo nala install -y ./libfprint-build-deps_1.94.5-1_all.deb
cd libfprint-1.94.5 && dpkg-buildpackage -b -uc -us && cd .. && sudo nala purge -y libfprint-build-deps && sudo nala autopurge
sudo nala install -y ./libfprint-2-2_1.94.5-1.1_amd64.deb && sudo apt-mark hold libfprint-2-2 && sudo nala install fprintd libpam-fprintd
@FlaareZero
FlaareZero / kh-1-5.sh
Last active October 8, 2021 20:04 — forked from xlash123/kh-1-5.sh
Launch Kingdom Hearts 1.5+2.5 on Linux using Legendary and Heroic Games Launcher
#!/bin/sh
# This script requires that you set certain variables before running it.
# After that, you can just run the command and the game will launch!
# Instructions can be found at https://github.com/FlaareZero/Kingdom_Hearts_Collection_Linux/issues/2#issuecomment-890655837
# STEP 1: Environment variables from Heroic
HEROIC_ENV="" # Paste in the quotes
# STEP 2: Wine command from Heroic