Skip to content
View mc7h's full-sized avatar
👨‍💻
clickety-clack-click-clickety-click-clack
👨‍💻
clickety-clack-click-clickety-click-clack

Block or report mc7h

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. git-ignore git-ignore Public

    Script and Git alias to select and install a remote .gitignore template.

    Shell 2

  2. shortcut-pihole-disable-blocking shortcut-pihole-disable-blocking Public

    An Apple Shortcut to disable blocking on a Pi-hole instance.

    2

  3. 20230826-blogging_with_gists.md 20230826-blogging_with_gists.md
    1
    # Blogging with Github Gists
    2
    
                  
    3
    As appears customary with these things, my inaugural post will concern the platform underpinning the blog itself. Perhaps, less conventional however, is the platform choice itself: **Github Gists**.
    4
    
                  
    5
    ## Not that ridiculous when you think about it (or Pros)
  4. 20250508-git_sub_commands_and_script... 20250508-git_sub_commands_and_scripts_in_nix.md
    1
    # Configuring Git sub commands and custom scripts in Nix
    2
    
                  
    3
    I recently pushed a new repo [git-ignore](https://github.com/mc7h/git-ignore). It's a convenient script to fetch and install remote `.gitignore` files.
    4
    
                  
    5
    In writing the script, I learned something very cool. If you prefix your script with `git-`, make it executable, and put it in the path, Git will automatically pick it up and make it available as a subcommand.
  5. xcodes xcodes Public

    Forked from XcodesOrg/xcodes

    The best command-line tool to install and switch between multiple versions of Xcode.

    Swift