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...
    1
    # brew
    2
    # https://www.brew.sh/
    3
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    4
    
                  
    5
    
                  
  2. .gitignore
    1
    # Ignore everything
    2
    *
    3
    
                  
    4
    # Track directories
    5
    !*/
  3. Visual Studio Code settings I repeat...
    1
    {
    2
        "breadcrumbs.enabled": false, 
    3
        "editor.stickyScroll.enabled": false,
    4
        "editor.minimap.enabled": false, 
    5
        "editor.lineNumbers": "off", 
  4. findit Public

    TypeScript

  5. homepage Public

    my website

    Astro

  6. utxowear Public

    Forked from michael-andreuzza/quickstore

    storefront

    Astro