tmux plugin for the asdf version manager.
This plugin automatically attempts to install required dependencies during the installation process. However, if you encounter issues, you may need to install them manually.
- libevent (development files)
- ncurses (development files)
- build tools (gcc, make, etc.)
- autoconf
- automake
- pkg-config
If automatic installation fails, you can install the dependencies manually using the following commands:
sudo apt-get update
sudo apt-get install -y libevent-dev libncurses-dev build-essential bison pkg-config autoconf automake
brew install libevent ncurses automake pkg-config utf8proc
sudo dnf install libevent-devel ncurses-devel automake bison pkg-config gcc make
pkg install libevent ncurses autoconf automake pkgconf
Plugin:
asdf plugin add tmux
# or
asdf plugin add tmux https://github.com/pauloedurezende/asdf-tmux.git
tmux:
# Show all installable versions
asdf list-all tmux
# Install specific version
asdf install tmux latest
# Set a version globally (on your ~/.tool-versions file)
asdf global tmux latest
# Now tmux commands are available
tmux -V
Check asdf readme for more instructions on how to install & manage versions.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © Paulo Eduardo Rezende