Skip to content

Instantly share code, notes, and snippets.

View thykka's full-sized avatar
🛠️

Moses Holmström thykka

🛠️
View GitHub Profile
@thykka
thykka / README.md
Last active August 22, 2022 16:41
SCRIPT-8
@thykka
thykka / README.md
Last active June 14, 2020 17:01
SCRIPT-8
@thykka
thykka / README.md
Last active June 8, 2020 16:02
SCRIPT-8
@thykka
thykka / README.md
Last active May 24, 2020 22:14
SCRIPT-8
@thykka
thykka / README.md
Last active May 17, 2020 21:00
SCRIPT-8
@thykka
thykka / README.md
Last active June 8, 2021 12:51
SCRIPT-8
@thykka
thykka / README.md
Last active April 26, 2020 15:02
SCRIPT-8
@thykka
thykka / node_colors.fish
Created April 17, 2020 07:39
Color CWD by current Node version - fish shell
function node_colors -d "Sets the color theme based on current node version"
set node_version (node_version)
set theme_red red
set theme_orange EECC22
set theme_green green
set theme_blue blue
set theme_violet 8822EE
set theme_none normal
@thykka
thykka / manatee.user.js
Last active June 8, 2022 07:32
Manatee.
// ==UserScript==
// @name Stage / Manatee
// @namespace http://tampermonkey.net/
// @version 0.7
// @description Makes the "Manage" button nicer
// @author Thykka
// @match https://*.stage.crasman.fi/admin/*
// @match https://*.studio.crasman.fi/*
// @grant none
// @updateURL https://gist.github.com/thykka/5785e2c8595d151f9a9460f1c3eb6cb6/raw/manatee.user.js
@thykka
thykka / README.md
Last active April 15, 2020 06:39
SCRIPT-8