Config Oh My Tmux

Oh-my-tmux

打包好了常用的 Oh-my-tmux 配置, 可以用脚本一键配置 不需要翻墙

  • 如果你还没有下载 tmux
sudo apt install tmux -y # debian 系 用 apt
  • 然后使用脚本配置即可
bash <(curl -fsSL https://repo.waterman.xin/configs/tmux/config.sh)