Skip to content
View nycksw's full-sized avatar
👽
G10yO1RBS0VNRVRPWU9VUkxFQURFUgc=
👽
G10yO1RBS0VNRVRPWU9VUkxFQURFUgc=

Highlights

  • Pro

Block or report nycksw

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

    Obsessively Curated Dotfiles: No Symlinks or Dependencies

    Shell 16 4

  2. ctf Public

    More like capture the FUN amirite?!

  3. tmux.conf ✨
    1
    unbind -a  # No defaults; all keybindings are explicit.
    2
    
                  
    3
    bind : command-prompt
    4
    bind ? list-keys
    5
    bind C customize-mode -Z
  4. agent handler 🕵️
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Use a fwd'd ssh-agent, or an existing local one, or start one, in that
    4
    # order. You could use keychain instead but this is only 60 lines of
    5
    # bash so...