10000 Chinmay1743 (Chinmay1743) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View Chinmay1743's full-sized avatar

Block or report Chinmay1743

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. A Gist to setup SSH and GPG keys for... A Gist to setup SSH and GPG keys for Git on one or more GitHub accounts in Linux.
    1
    # Description
    2
    
                  
    3
    

    4
    
                  
    5
    This Gist serves as a bare minimum tutorial/manual to help readers understand step-by-step process to configure SSH and GPG keys for Git and Github in Linux. It assumes that you have a basic idea of what Git is and where it is used. 
  2. A gist solely for setting up tmux in... A gist solely for setting up tmux in any environment of preference. This gist is meant to be public and is just a redundant entry for what already exists in my another public repo.
    1
    ### --- Prefix Key ---
    2
    # Set "Ctrl + \" as the prefix
    3
    unbind C-b
    4
    set-option -g prefix C-\\
    5
    bind C-\\ send-prefix
  3. env-setup-files env-setup-files Public

    Shell

0