Skip to content

Instantly share code, notes, and snippets.

@attusan
attusan / skyrim-and-vortex-mod-manager-on-linux.md
Last active February 27, 2025 00:43
Manage Skyrim SE/AE mods via Vortex Mod Manager in Linux

Manage Skyrim SE mods via Vortex Mod Manager in Linux

The below walkthrough is for those who are running Skyrim SE via Steam Proton, and want to be able to manage mods via Vortex Mod Manager in Linux. You should be able to apply the same walkthrough to Oldrim or Fallout 4 as well. Note that with this guide you'll get an older version of Vortex (1.1.15), but IMHO it is still a better choice than Mod Manager 2. Also, you'll start Skyrim through Steam as usual, not through Vortex.

  1. If you have previously added mods through the Skyrim game menu, I recommend removing them all since all mods will be managed through Vortex. Mods => Load Order => Delete All. Also, consider taking a backup up your (vanilla) Skyrim game directory.
# archive vanilla game (update path to suit your needs)
cd /mnt/gameData/archive
cp -a /mnt/gameData/SteamLibrary/steamapps/common/Skyrim\ Special\ Edition/. skyrim-se
@tallguyjenks
tallguyjenks / logseq-Gruvbox.css
Last active August 11, 2025 03:21
Logseq Gruvbox
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
--background: #282828;
--light-background: #3c3836;
--lighter-background: #504945;
--dark-background: #3c3836;
--darker-background: #1d2021;
--foreground: #ebdbb2;
--current-line: #504954;
@brihter
brihter / gogh2alacritty.md
Last active August 25, 2023 00:49
Using Gogh color schemes with Alacritty on ArchLinux.

Get alacritty.

yay alacritty

Install colortty that knows of Gogh color scheme conversion.

cd /tmp
@tindy2013
tindy2013 / _subconverter_configs.md
Last active September 1, 2025 13:13
subconverter_configs

This is a gist repository for some external configs for subconverter, you can use the raw address of the following INIs to generate a specified set of rules, groups and/or scripts.

@svagionitis
svagionitis / Makefile
Last active November 19, 2024 09:41
This small utility shows how to use the `getifaddrs` and get information for network interfaces.
all: get-network-interfaces get-gateway-ip
get-network-interfaces: get-network-interfaces.c
gcc -o get-network-interfaces -ggdb -O1 -Wall -W -ansi -pedantic -std=gnu99 get-network-interfaces.c
get-gateway-ip: get-gateway-ip.c
gcc -o get-gateway-ip -ggdb -O1 -Wall -W -ansi -pedantic -std=gnu99 get-gateway-ip.c
clean:
rm -rf get-network-interfaces
@JaHIY
JaHIY / yanwenzi.json
Created May 15, 2015 06:45
A岛颜文字
{
"hacfun":[
"|∀゚",
"(´゚Д゚`)",
"(;´Д`)",
"(`・ω・)",
"(=゚ω゚)=",
"| ω・´)",
"|-` )",
"|д` )",
@zkiraly
zkiraly / procedure-to-archive-git-branches.md
Last active May 2, 2025 19:47
Procedure to archive git branches.