Skip to content

Instantly share code, notes, and snippets.

View rodafr's full-sized avatar

Robert W D Frøseth rodafr

View GitHub Profile
@rodafr
rodafr / gotest.sh
Created December 2, 2025 07:04 — forked from joncalhoun/gotest.sh
gotest() {
go test $* \
| sed -e 's/.*PASS.*/\x1b[32m&\x1b[0m/' \
-e 's/.*FAIL.*/\x1b[31m&\x1b[0m/' \
-e 's/.*SKIP.*/\x1b[33m&\x1b[0m/' \
-e 's/.*RUN.*/\x1b[34m&\x1b[0m/'
}
@rodafr
rodafr / config.kdl
Last active May 2, 2025 07:37
Niri WM + Waybar dotfiles
input {
keyboard {
xkb {
layout "no,us"
options "caps:escape,grp:win_space_toggle"
}
}
touchpad {
tap
}