Skip to content
View osbyrne's full-sized avatar

Organizations

@vsb-js @EFREI-2026-Mastercamp-IT-1

Block or report osbyrne

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. shell scripts to install tools prere... shell scripts to install tools prerequisite to programming in my developer environment. All commented with sources to docs.
    1
    # brew
    2
    # https://www.brew.sh/
    3
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    4
    
                  
    5