mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-29 03:34:46 +01:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# `tmux` is the standard terminal multiplexer.
|
||
|
#
|
||
|
# https://wiki.archlinux.org/index.php/Tmux
|
||
|
|
||
|
set -xe
|
||
|
|
||
|
pacman -S tmux
|