Skip to content
View vibrantleaf's full-sized avatar
🦭
is cool
🦭
is cool

Block or report vibrantleaf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. comic-mono-font-NF comic-mono-font-NF Public

    Forked from dtinth/comic-mono-font

    A legible monospace font... the very typeface you’ve been trained to recognize since childhood. patched with nerd font's patcher

    Python 9

  2. locatarr locatarr Public

    Forked from zrsmithson/locatarr

    My intent is to locate all the *arr apps that are out there in the world, like Sonarr, Radarr, etc. Thus, locatarr

    10 1

  3. ElegantFin-no-hidden ElegantFin-no-hidden Public

    Forked from lscambo13/ElegantFin

    This is a Jellyfin theme inspired from JellySeerr to improve the overall look and experience with various fixes to the UI and behaviour. soft-forked to reenable the hidden icons

    CSS

  4. Random Windows style linux hostname ... Random Windows style linux hostname generator
    1
    #!/usr/bin/bash
    2
    set -xout pipefail
    3
    sudo hostnamectl hostname $(printf "DESKTOP-$(/usr/bin/tr -dc A-Z0-9 </dev/urandom | /usr/bin/head -c 7)")