Chapter 3.  Install headless essentials from repo

  1. Install minimum required tools

    sudo apt install tmux emacs-pgtk git ssh

  2. Install tmux configuration

    emacs ~/.tmux.conf And paste from the source listing. After this point, we can use tmux to parallelize any slow steps.

    Note

    ~/.tmux.conf source

    unbind C-b
    set -g prefix `
    bind ` send-prefix