Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Tmux config managed via symlinks.

Prerequisites

  • tmux
  • git
  • curl (for TPM install)

Install

  1. Clone this repo:
git clone <repo-url> ~/dotfiles
  1. Move any existing tmux config out of the way:
mv ~/.tmux.conf ~/.tmux.conf.bak
  1. Symlink the config:
ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf
  1. Install TPM (tmux plugin manager):
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
  1. Reload tmux config and install plugins:
tmux source-file ~/.tmux.conf

Then press prefix + I inside tmux to install plugins.

Notes

  • Prefix is C-a.
  • Reload tmux config with prefix + r.
  • Plugins are defined in .tmux.conf and installed via TPM.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages