Skip to content

miroslavvidovic/tmux-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-configuration

My tmux and tmuxinator configuration files

Installation

Clone the repository and run the setup-tmux.sh script.

Requirements

Scripts

  • tmux-ssh - Detect if a shell is controlled through SSH and display it to the user
  • tmux-wifi - Display wifi signal strength
  • ftpane.sh - Choose a tmux pane with fzf

If you wish to use the scripts in your tmux segments add them to your path and call them in your tmux configuration.

set -g status-right '#[fg=green] #(tmux-wifi.sh)'

Plugins

This configuration uses the Tmux Plugin Manager tpm and the following plugins:

Themes

Themes are installed in $HOME/.tmux/themes. You can use them by editing your tmux.conf

# Theme {{{
    source-file "${HOME}/.tmux/themes/my-theme.tmuxtheme"
#}}}