Skip to content
View LeZuse's full-sized avatar

Organizations

@panels @ioshat

Block or report LeZuse

Report abuse

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

Report abuse

Pinned Loading

  1. photoshop-scripts photoshop-scripts Public

    Various Photoshop scripts

    48 45

  2. minimal-win32-app minimal-win32-app Public

    Minimal footstep codebase for Win32 app

    C++ 14 1

  3. minimal-mcp-server minimal-mcp-server Public

    A minimal implementation of a Model Context Protocol (MCP) server

    JavaScript 3 2

  4. Claude Code Multiple Plan Subscripti... Claude Code Multiple Plan Subscriptions Switch
    1
    #!/bin/bash
    2
    # Switch Claude Code keychain credentials and launch
    3
    # Usage: cc-switch <profile> [claude args...]
    4
    #   cc-switch team   → launch with Team plan
    5
    #   cc-switch max    → launch with Max plan
  5. Install node on Apple Silicon M1 bot... Install node on Apple Silicon M1 both ARM and x86 (Rosetta)
    1
    # Node.js on Apple Silicon
    2
    Node Version Manager (https://github.com/nvm-sh/nvm) works perfectly across native node installations as well as emulated Rosetta installations.
    3
    The trick I am using here is to install one LTS version of node under Rosetta and another stable version as native binary.
    4
    
                  
    5
    ## TODO
  6. macOS Machine Setup macOS Machine Setup
    1
    # Mac OS Dev Machine Setup
    2
    
                  
    3
    ## General
    4
    For latest settings refer to [this comment](https://gist.github.com/LeZuse/94176bc8e4eecb58fa62?permalink_comment_id=4503495#gistcomment-4503495)
    5