# clone tmux plugin manager
mkdir -p ~/.config/tmux/plugins
git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm
# clone tmux config
git clone git@github.com:fetzig/tmux-config.git ~/.config/tmux
# source config (within tmux session)
tmux
tmux source ~/.config/tmux/tmux.conf
# install tmux plugins (<Ctrl-Space> is leader/prefix in this tmux config)
<leader>-I fetzig/tmux-config
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|