kusti8 / tmux-non-dead

Snap for tmux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmux via snap

tmux-non-dead

You can use this if you want to install tmux via snap.

Install on your Local Machine

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

How to Build and Release

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

Resources

About

Snap for tmux

License:ISC License