Skip to content
View mekb-turtle's full-sized avatar

Highlights

  • Pro

Organizations

@TurtleLands
Block or Report

Block or report mekb-turtle

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

  1. Foto Foto Public

    🖼️ Simple image viewer written in C

    C 3

  2. catppuccin/limine catppuccin/limine Public

    🖥️ Soothing pastel theme for Limine

    Just 10 1

  3. mekb-turtle.github.io mekb-turtle.github.io Public

    Personal website

    Astro 1 1

  4. dotfiles dotfiles Public

    🚀 Dot files

    Shell 1

  5. fetch fetch Public

    💻 Customizable fetch program in bash using no external processes

    Shell 2

  6. Pacman-like front-end for apt Pacman-like front-end for apt
    1
    #!/usr/bin/bash
    2
    ROOT_PROGRAM=(sudo)
    3
    APT=(apt)
    4
    function pacman-run-apt(){
    5
    	"${APT[@]}" "$@"