README.md 889 B

readme / tmux

my super crude readme for setting up tmux

  • after copying my provided tmux.conf and possibly symlinking as ~/.tmux.conf
  • symlink ln -sf /path/to/dotfiles/terms/tmux/tmux $HOME/.tmux
  • one will have to clone/install tpm
  • then clone tpm within the $HOME/.tmux directory git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  • symlink macos specific tmux conf, ie. related to reattach-to-user-namespace
  • then run prefix, I to install listed plugins in ~/.tmux.conf

todos

  • obviously, this setup would be much cooler if a single cmd could check, install, set things up, as opposed to the manual intervention listed above.