Skip to content
View oxyCabhru's full-sized avatar
Block or Report

Block or report oxyCabhru

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. brewskie brewskie Public archive

    Install apps and packages quickly and easily, powered by Homebrew

    Svelte

  2. nice lil script for adding a weather... nice lil script for adding a weather widget in your top bar, using one-thing and wttr.in. INTENDED RESULT: https://files.catbox.moe/oavglg.png
    1
    #!/bin/bash
    2
    #make sure one-thing is installed: https://github.com/sindresorhus/one-thing
    3
    #i suggest using homebrew:
    4
    if ! command -v brew &> /dev/null; then
    5
        read -p "Homebrew isn't installed! Would you like to install it now? (N/y)" install_hw