Skip to content
View augustobr1to's full-sized avatar
:electron:
:electron:

Organizations

@spaceclass @coodyapp @solarprimebr

Block or report augustobr1to

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Clone all organization repositories ... Clone all organization repositories using GitHub CLI.
    1
    gh repo list myorgname --limit 1000 | while read -r repo _; do
    2
      gh repo clone "$repo" "$repo"
    3
    done
  2. Export all installed VSCode extensions. Export all installed VSCode extensions.
    1
    ​code --list-extensions | sed -e 's/^/code --install-extension /' > extensions.sh
  3. unity-tools unity-tools Public

    A bunch of Unity Engine tools.

    C#

  4. grid grid Public

    An AI-built TypeScript game engine for 3D first-person multiplayer browser games.

  5. physics physics Public

    Physics Simulation using Three.js, JavaScript and Vite.

    TypeScript

  6. Remove Cloudflared IP and DNS Routes Remove Cloudflared IP and DNS Routes
    1
    # nano dns.sh
    2
    # chmod +x ./dns.sh
    3
    # ./dns.sh
    4
    
                  
    5
    #!/bin/bash