Home
https://github.com/tmux-plugins/tpm tmux kill-server
Reload tmux source-file ~/.tmux.conf
rm .tmux.conf .tmux.conf.1
Use Shift+Right click to paste
sudo apt install tmux -y && git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm && wget -N https://raw.githubusercontent.com/kangarooo/dotfiles/main/.tmux.conf -O $HOME/.tmux.conf && tmux source-file ~/.tmux.conf && wget -N https://raw.githubusercontent.com/kangarooo/dotfiles/main/.bash_aliases -O $HOME/.bash_aliases && . ~/.bashrc
tmux
Zsh
sudo apt-get install -y zsh && zsh --version && chsh -s $(which zsh) && git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search && source ~/.zshrc