My tmux config
-
Clone this repo with submodules
git clone https://github.com/vyorkin/tmux.conf.git --recurse-submodules --depth 1
-
Symlink
tmux.conf
to~/.tmux.conf
:
ln -sf $(pwd)/tmux.conf ~/.tmux.conf
- Symlink tmux plugin manager
mkdir -p ~/.tmux/plugins
ln -sf $(pwd)/tmux/plugins/tpm ~/.tmux/plugins/tpm
Install plugins via CLI:
~/.tmux/plugins/tpm/bin/install_plugins
To setup tmux 1password plugin install the 1Password CLI first, then read this.