Skip to content

Instantly share code, notes, and snippets.

@npodonnell
Last active March 15, 2021 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save npodonnell/3db5070d275b845656aa7754ee7fb84b to your computer and use it in GitHub Desktop.
Save npodonnell/3db5070d275b845656aa7754ee7fb84b to your computer and use it in GitHub Desktop.
Tmux Notes

Tmux Notes

N. P. O'Donnell, 2021

Installation and Setup

Installing (Ubuntu)

sudo apt install tmux

Start Tmux

tmux

Add to .bashrc or .zshrc:

[[ ! -z $TMUX ]] || tmux attach || tmux

Try logging back in and ensure tmux starts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment