Skip to content

Instantly share code, notes, and snippets.

View Mrfiregem's full-sized avatar

Firegem Mrfiregem

  • 04:24 (UTC -04:00)
View GitHub Profile
@LambdAurora
LambdAurora / optifine_alternatives_fabric.md
Last active June 30, 2024 17:13
Recommended OptiFine alternatives on Fabric

The list is moving out!

If you share this list, please use this link instead: https://lambdaurora.dev/optifine_alternatives

It may still be only a redirection link, but it will have a better web display of the list soon. And the list being on GitHub/GitHub pages improves load times.

The gist version of this list will stop being updated.

Why?

# Luke's config for the Zoomer Shell
# Enable colors and change prompt:
autoload -U colors && colors
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTFILE=~/.cache/zsh/history
@kvnxiao
kvnxiao / mangadex-thumbnail-preview.js
Last active October 31, 2021 03:25
mangadex-thumbnail-preview.js
// ==UserScript==
// @name Mangadex Thumbnail Preview
// @namespace https://github.com/kvnxiao
// @version 0.1.2
// @description Thumbnail preview addon for Mangadex
// @author Kevin Xiao
// @match https://mangadex.org/follows
// @grant none
// @require https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.min.js
// @updateURL https://gist.githubusercontent.com/kvnxiao/de9dbdc3bce98d10957df4d5c85492bd/raw