How to Install wemux on Mac? Answer is Here!
What is “wemux” Package?
Enhances tmux’s to provide multiuser terminal multiplexing
For more details: https://github.com/zolrath/wemux
Installation
- Open Terminal by pressing
command+space
then type terminal and hitEnter
key. - Install homebrew first.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install wemux.
brew install wemux
Now, use wemux!