Skip to content

pauloedurezende/asdf-tmux

Repository files navigation

asdf-tmux Build Lint

tmux plugin for the asdf version manager.

Contents

Dependencies

This plugin automatically attempts to install required dependencies during the installation process. However, if you encounter issues, you may need to install them manually.

Required dependencies

  • libevent (development files)
  • ncurses (development files)
  • build tools (gcc, make, etc.)
  • autoconf
  • automake
  • pkg-config

Platform-specific installation commands

If automatic installation fails, you can install the dependencies manually using the following commands:

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y libevent-dev libncurses-dev build-essential bison pkg-config autoconf automake

macOS (with Homebrew)

brew install libevent ncurses automake pkg-config utf8proc

Fedora/CentOS/RHEL

sudo dnf install libevent-devel ncurses-devel automake bison pkg-config gcc make

FreeBSD

pkg install libevent ncurses autoconf automake pkgconf

Install

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.

Contributing

Contributions of any kind welcome! See the contributing guide.

Thanks goes to these contributors!

License

See LICENSE © Paulo Eduardo Rezende

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages