git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
~/.tmux.conf 수정
# 맨 위에 설치할 플러그인 목록 기록 set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' # 맨 아래에 tmux source ~/.tmux.conf
<prefix>+I(대문자) : 플러그인 설치<prefix>+U(대문자) : 플러그인 Update<prefix>+<Alt>+u : 목록에서 빠진 플러그인들 삭제