skip to content

Search

Init TMUX with tpm

1 min read Updated:

init tmux

# scripts
# tmux
Not in series
curl https://tools.dustinksi.cn/resources/git_proxy_enable | bash -s
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
curl https://tools.dustinksi.cn/resources/init.tmux.conf > ${HOME}/.tmux.conf
curl https://tools.dustinksi.cn/resources/git_proxy_disable | bash -s
tmux source ~/.tmux.conf

start tmux, then Ctrl-B Shift-I