Skip to content
View kbtz's full-sized avatar
:shipit:
:shipit:
  • Freelance
  • Remote
Block or Report

Block or report kbtz

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

    TypeScript

  2. .f .f Public

    Shell

  3. web web Public

    A small collection of web components

    TypeScript

  4. keyd keyd Public

    keyd-git AUR package tweaked for openrc

    Shell

  5. wgl wgl Public

    TypeScript

  6. lnx lnx
    1
    #!/bin/bash
    2
    # A npm link alternative that avoids duplication of shared dependencies.
    3
    #
    4
    # It will install a packed version of your local package instead of just soft linking
    5
    # the package directory (which would include its own node_modules in dependency resolution).