Skip to content
View tragicdog's full-sized avatar
Block or Report

Block or report tragicdog

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

  1. My TMUX configuration My TMUX configuration
    1
    # remap prefix from 'C-b' to 'C-a'
    2
    unbind C-b
    3
    set-option -g prefix C-a
    4
    bind-key C-a send-prefix
    5
    
                  
  2. GHActions GHActions Public

    Github Action templates I find that might be useful

  3. my-useful-scripts my-useful-scripts Public

    a place for random scripts I've written or found around that are useful to me.

    Python

  4. PowerShellScripts PowerShellScripts Public

    PowerShell Scripts I use or am trying to create

    PowerShell