Configuration of the tmux terminal multiplexer, based on the configuration of samoshkin/tmux-config
Prerequisites:
- tmux >= "v2.6"
- Linux (tested on Ubuntu 18.04+ and CentOS 7+)
I use it in a WSL2 Ubuntu 20.04 with Microsoft Terminal
Installation steps:
git clone https://github.com/joserconde/tmux-config.git
./tmux-config/install.sh
rm -rf tmux-configOne line installation steps:
git clone https://github.com/joserconde/tmux-config.git && ./tmux-config/install.sh && rm -rf tmux-config