Skip to content

Unix Terminal

Showcase

This is what my Unix terminal configuration looks like on Ubuntu 18.04.

Unix Terminal Demo

Alacritty

Alacritty is a fast, aesthetic, and customizable terminal emulator.

Configuration file: .dot_alacritty.yml.

Tmux

Tmux is a customizable terminal emulator. It creates terminals (tabs or panes) using keyboard shortcuts. It helps with terminal organization, for example having separate terminals for git, build, and run commands. You can also detach and reattach to tmux sessions, which is especially useful for interacting with servers via the CLI.

Configuration file: .tmux.conf.

Resources:


Last update: October 2, 2022