Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/artbycrunk/tmux-install
- Owner: artbycrunk
- License: mit
- Created: 2019-06-05T15:41:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T16:45:27.000Z (about 5 years ago)
- Last Synced: 2024-10-12T23:11:11.327Z (2 months ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```