Skip to content

Instantly share code, notes, and snippets.

View birsi's full-sized avatar
🥳
Hakuna Matata!

Michael Birsak birsi

🥳
Hakuna Matata!
View GitHub Profile
@birsi
birsi / birsi.omp.json
Last active May 18, 2025 15:36
Birsi oh-my-posh theme
{
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"segments": [
{
"leading_diamond": "\ue0b6",
"template": "{{ .Icon }} {{ .HostName }} ",
@birsi
birsi / gifscript.scpt
Last active February 4, 2017 17:39
GIF auto-refresh in AppleScript for Google Chrome using gifs.com
-- Even tough there exists an auto-refresh mode at gifs.com this simple script automatically enters presentation mode,
-- fades out the the annyoing bottom bar and you can choose a specific delay for when the next gif should be shown.
tell application "Google Chrome"
reopen
activate
tell window 1 to enter presentation mode
tell window 1 to make new tab with properties {URL:"http://www.gifs.com"}
delay 10
tell application "Google Chrome"