Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artbycrunk/tmux-install

Script for installing tmux versions and dependencies for different Linux distributions.
https://github.com/artbycrunk/tmux-install

hacktoberfest

Last synced: about 1 month ago
JSON representation

Script for installing tmux versions and dependencies for different Linux distributions.

Awesome Lists containing this project

README

        

# tmux-install
Script for installing tmux versions and dependencies for different Linux distributions.

It's assumed that wget and a C/C++ compiler are installed.

```
usage: tmux-install [-h] [--version {2.9a,3.0-rc5,3.0,3.0a}]
[--install-dir INSTALL_DIR]

optional arguments:
-h, --help show this help message and exit
--version {2.9a,3.0-rc5,3.0,3.0a}
Set the tmux version to install. Default: latest
--install-dir INSTALL_DIR
Set the install dir. Default: /home/savio/tmux-static
```