You can use this if you want to install tmux via snap.
If you want to use tmux
instead of tmux-non-dead
you have to build and install from your local machine. First change the first line in snapcraft.yaml
from tmux-non-dead
to tmux
.
Then build it locally.
To create a snap and install the locally built snap: git clone this repo and run:
cd snap-tmux
snapcraft
sudo snap install tmux-non-dead_[version].snap --devmode
tmux-non-dead.tmux
snapcraft
snapcraft login # You won't be able to do this step.
snapcraft upload tmux-non-dead_3.2a_multi.snap --release candidate, beta
sudo snap install tmux-non-dead --candidate --classic