Skip to content

Instantly share code, notes, and snippets.

@ellisbrown
ellisbrown / .tmux.conf
Created June 5, 2022 21:19 — forked from shankara-n/.tmux.conf
Tmux Conf for Kali Linux
# SHORCUTS
# Ctrl - T new vertical pane
# Ctrl + U new hroizontal plane
# Alt + P kill pane
# Alt + W kill window
# Alt + P kill session
# Page Up / Page Down - shift windows
# 0 is too far from ` ;)
set -g base-index 1
@ellisbrown
ellisbrown / private_fork.md
Last active September 22, 2022 02:16 — forked from 0xjac/private_fork.md
Create a private fork of a public repository

Creating a Private Fork of a GitHub Repository

Basic Steps

  1. Create a new private repository on Github

  2. Fork the repo (BASE_REPO_URL) to your new private repo (PRIVATE_REPO_URL) as follows:

    BASE_REPO_URL=<BASE>  # remote URL of repo you are forking
    PRIVATE_REPO_URL=<PRIVATE>  # remote URL of your new private fork repo