Skip to content

Instantly share code, notes, and snippets.

View Twig6943's full-sized avatar
🏠
Working from home

Twig6943 Twig6943

🏠
Working from home
View GitHub Profile
sudo pacman -Syu alsa-lib alsa-plugins cups desktop-file-utils dosbox ffmpeg fontconfig freetype2 gcc-libs gettext giflib gnutls gst-plugins-base-libs gtk3 libgphoto2 libpcap libpulse libva libxcomposite libxcursor libxi libxinerama libxrandr mingw-w64-gcc opencl-headers opencl-icd-loader samba sane sdl2 v4l-utils vulkan-icd-loader wine-mono && git clone https://gitlab.com/xkero/rum $HOME/Documents/rum && echo $PATH && sudo cp $HOME/Documents/rum/rum /usr/local/bin/rum && git clone https://gitlab.winehq.org/ElementalWarrior/wine.git ElementalWarrior-wine && cd ElementalWarrior-wine && git switch affinity-photo3-wine9.13-part3 && mkdir winewow64-build/ wine-install/ && cd winewow64-build/ && ../configure --prefix="$HOME/Documents/ElementalWarrior-wine/wine-install" --enable-archs=i386,x86_64 && make -j $(nproc) && make install && sudo mkdir /opt/wines && sudo cp --recursive "$HOME/Documents/ElementalWarrior-wine/wine-install" "/opt/wines/affinity-photo3-wine9.13-part3" && sudo ln -s /opt/wines/affinity-photo3
@KLanausse
KLanausse / ORRH_linux_setup_and_install.sh
Last active February 5, 2025 15:44
Install Script For ORRH On Linux
#!/bin/bash
prefix=$HOME/.local/share/wineprefixes/OnlyRetroRobloxHere
#text colours
Green='\033[1;32m'
Red='\033[1;31m'
Yellow='\033[1;33m'
Blue='\033[1;34m'
Reset='\033[m'
@ToxicMushroom
ToxicMushroom / dead cells linux wayland.md
Created April 18, 2023 00:05
Dead cells Native wayland linux tutorial

If you've also experienced SEGV when trying to run deadcells native this gist might help.

                Stack trace of thread 86007:
                #0  0x00007f1b0d2a4938 wl_proxy_marshal_constructor (libwayland-client.so.0 + 0xa938)
                #1  0x00007f1b0b4da52b n/a (/home/merlijn/.local/share/Steam/steamapps/common/Dead Cells/>
                ELF object binary architecture: AMD x86-64

disclamer I've almost no idea what I'm doing, I'm not responsible for your game bugging out or ruining your save, always keep a backup.

@demirdegerli
demirdegerli / ubuntu_debloater.sh
Last active February 7, 2025 09:59
Ubuntu Debloater
#!/bin/sh
if [ "$(whoami)" != "root" ]; then
echo "Please run this script as root."
exit
fi
printf "This script will\n\n- Remove Snap\n- Install the deb version of Firefox\n- Install Flatpak\n- Optionally replace Ubuntu Desktop with GNOME\n\n"
read -p "Continue? (Y/n) " start_prompt
case $start_prompt in
[nN] | [nN][oO] )
exit
@SushiDesigner
SushiDesigner / Meteorite.md
Last active June 25, 2023 15:44
Meteorite On Linux
@barncastle
barncastle / BrawlhallaDumper.zip
Last active February 16, 2025 20:00
Code for decrypting Blue Mammoth Games' Brawlhalla's SWZ files
@Zeinok
Zeinok / wine-breeze-dark-theme.md
Last active March 13, 2025 00:50
Breeze Dark theme for Wine

Made possible with this reddit post.

Install

wine regedit wine-breeze-dark.reg

Uninstall (Reset Wine color scheme)

wine regedit wine-reset-theme.reg

@KyleMit
KyleMit / CloneAllRepos.md
Last active January 17, 2025 21:09
How to clone all repos at once from GitHub?

Clone all repos from GitHub

Here's a play by play of kenorb's answer to 'How to clone all repos at once from GitHub?' with a breakdown for each command for people (like me) new to bash

TL;DR Run the following command, but replace Kylemit your own Github user name

UserName=Kylemit; \
curl -s https://api.github.com/users/$UserName/repos?per_page=1000 |\
jq -r '.[]|.clone_url' |\
xargs -L1 git clone
@dayvsonlima
dayvsonlima / readme.md
Created March 15, 2018 20:56 — forked from romuloctba/readme.md
Install Adobe Photoshop CS6 on Wine (Ubuntu, Elementary OS, Linux Mint)

Step 1. Install the Wine Team Ubuntu PPA

First start by installing Wine btw it's a utility to install windows apps in linux :

open the Terminal and :

   sudo add-apt-repository ppa:ubuntu-wine/ppa     
   sudo apt-get update && sudo apt-get upgrade
   sudo apt-get install wine1.7 winetricks