Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casperklein/docker-tmux-builder
Builds a tmux debian package
https://github.com/casperklein/docker-tmux-builder
builder docker tmux
Last synced: 1 day ago
JSON representation
Builds a tmux debian package
- Host: GitHub
- URL: https://github.com/casperklein/docker-tmux-builder
- Owner: casperklein
- Created: 2019-10-12T20:36:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T02:20:32.000Z (9 months ago)
- Last Synced: 2024-02-19T03:26:43.155Z (9 months ago)
- Topics: builder, docker, tmux
- Language: Shell
- Size: 999 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-tmux-builder
Builds a [tmux](https://github.com/tmux/tmux) Debian 12 package with [Docker](https://www.docker.com/). Supports `amd64`, `arm64` and `armhf` architecture.
When running **make**, tmux is build, packaged and copied to the current directory.
## Prepare
git clone https://github.com/casperklein/docker-tmux-builder
cd docker-tmux-builder## Build tmux debian package
make
## Install tmux debian package
make install
## Copy tmux.conf to /etc/tmux.conf and tmux.pin to /etc/apt/preferences.d/tmux
make copy-conf
## Bash completion
See `bash_completion_tmux.sh` for details.
## Uninstall tmux
make uninstall
## Cleanup build environment
make clean