Skip to content

PhiloEpisteme/.tmux_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.tmux_files

A collection of files for customizing my TMUX environment

Installation

To install this configuration clone the repository to ~/.tmux_files and be sure to pass the recursive flag so that submodules are cloned as well. Finally, create a symlink to the .tmux.conf file to make it available to tmux at startup.

git clone --recursive git@github.com:PhiloEpisteme/.tmux_files.git ~/.tmux_files
ln -s /path/to/.tmux_files/.tmux.conf ~/.tmux.conf
tmux source ~/.tmux.conf
prefix + I

How To:

Install New Plugin

vim ~/.tmux_files
set -g @plugin 'plugin/name'
prefix + I

Update All Plugins

prefix + U

Remove Plugin/Submodule

1. Remove the relevant `set` line from the .tmux.config
2. prefix + alt + u

Plugins

About

My setup for tmux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published