Skip to content

unix-terminal-setup/tmux-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love GitHub license PRs Welcome

tmux-setup

See below quick start to quickly install tmux, it comes with a default configuration from Elliott Minns at Dreams of Code.

"tmux is an open-source terminal multiplexer for Unix-like operating systems. It allows multiple terminal sessions to be accessed simultaneously in a single window. It is useful for running more than one command-line program at the same time. It can also be used to detach processes from their controlling terminals, allowing remote sessions to remain active without being visible." - Wikipedia

Why Use This?

Needs some convincing see the below video for why tmux is cool and really useful:

Tmux has forever changed the way I write code.

Cheatsheet

Prefix changed to ctrl + space.

https://tmuxcheatsheet.com/

Quick Start

Set up your favourite terminal, right now we have a script for quickly setting up Alacritty with Jetbrains Mono Nerd Font.

curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/unix-terminal-setup/tmux-setup/main/setup.sh | bash

Afterwards in tmux press ctrl + space (prefix) and then afterwards I so that tmux install all the plugins.

Releases

No releases published

Packages

No packages published

Languages