Skip to content

beatzball/config-tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

config-tmux

Description

This is my custom tmux config. It requires a little work on your part, but the directions are pretty easy to follow.

Notes:

  • the prefix has been remapped to C-a (Ctrl+a)
  • you may have to play around with the settings to get plugins to work for your location

Requirements

  • tmux >= 1.9
  • git
  • bash shell
  • terminal that supports 256 color
    • if over SSH, make sure to define SetEnv TERM=xterm-256color in your local machine .ssh/config

Installation

Git clone this repository

git clone git@github.com:beatzball/config-tmux.git ~/config-tmux/

Make a symbolic link of ~/tmux.conf

ln -s ~/config-tmux/.tmux.conf ~/.tmux.conf

Install the Tmux Package Manager TPM

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

Start a Tmux session

tmux new-session -As <whatever-you-want-to-call-it>

Trigger the installation

  • prefix then I
  • Ctrl+A then captial i

Update

  • prefix then U

Remove/Uninstall plugins not on the plugin list

  • prefix then Alt+U

Uninstall

rm -rf ~/.tmux/ ~/tmux-config ~/.tmux.conf

Screenshots

Screenshot

About

my tmux config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published