Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View zebraKat's full-sized avatar

Block or report zebraKat

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. a small pacman wrapper for arch flav... a small pacman wrapper for arch flavored distros
    1
    pac() {
    2
    
                  
    3
    	if [ "$1" = "clean" ]; then
    4
    		doas pacman -Rsn $(pacman -Qdtq)
    5
    		return
  2. HolyP HolyP Public

    HolyC for polytoria

    Lua 1