Skip to content
View Skenvy's full-sized avatar

Block or report Skenvy

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. Collatz Collatz Public

    Functions related to the Collatz/Syracuse/3N+1 problem.

    Python 5 1

  2. dotfiles dotfiles Public

    This is my dotfile repository. It follows the "$HOME is a repo" pattern, with bells attached.

    Shell 1

  3. julia-release julia-release Public

    An action to proctor the CD (release and registering) of a julia project.

    Shell 1

  4. dependabot-linguist dependabot-linguist Public

    Use linguist to check the contents of a repository, and then scan for dependabot ecosystems relevant to those languages!

    Ruby 2 1

  5. Sudoku Sudoku Public

    Initially a Java JFrame implementation of a Sudoku solver.

    Java 1

  6. SSH for multiple GH accounts SSH for multiple GH accounts
    1
    # SSH for multiple GH accounts
    2
    While a proper `~/.ssh/config` can be great, this should be a minimal way to set up new keys for using multiple accounts on Mac, Windows, and WSL, and covers some of the traps in simultaneous use of **Windows _AND_ WSL**.
    3
    ## Creating a new key
    4
    To connect from "this machine" to a new GH account. While `~` will be different from your windows and WSL's perspective, WSL's `~/.ssh` _should_ be a **soft link** to your window's `~/.ssh`, so it's ok to use either
    5
    ```