Skip to content

fntyler/dot-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

dot-tmux

my tmux configuration

apt

sudo apt install tmux

yay

yay -Syu tmux

setup

symlink

ln -s ~/.config/dot-tmux ~/.config/tmux         # repo

ln -s ~/.config/dot-tmux/tmux.conf ~/.tmux.conf # cfg file

don't include plugin files

echo 'plugins/*' >> .gitignore

clone tpm from repo:

$ git clone https://github.com/tmux-plugins/tpm ~/.config/tmux/plugins/tpm

init configuration file to use tpm:

set-environment -g TMUX_PLUGIN_MANAGER_PATH '~/.config/tmux/plugins/'   # change plugins install dir

set -g @plugin 'tmux-plugins/tpm'               # plugin manager
set -g @plugin 'tmux-plugins/tmux-sensible'     # plugin

run '~/.config/tmux/plugins/tpm/tpm'            # keep this line at the very bottom of cfg file

reload init configuration file

tmux source ~/.tmux.conf
# OR
:source-file ~/.tmux.conf

install plugins

prefix + I

plugins should be installed to ~/.config/tmux/plugins.

extra

fzf-theme generator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages