Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.65 KB

Readme.md

File metadata and controls

74 lines (47 loc) · 1.65 KB

Flecha Tmux Theme

A tmux theme.

It contains mostly status bar, window and pane border styles. No key bindings defined.

Inspiration:

Requirements

Installation with Tmux Plugin Manager (recommended)

Add the plugin to the TPM plugin list in .tmux.conf:

set -g @plugin 'labianchin/tmux-flecha'

Manual Installation

Clone the repo:

$ git clone https://github.com/labianchin/tmux-flecha ~/.tmux-flecha

Add this line to the bottom of .tmux.conf:

run-shell ~/tmux-flecha/flecha.tmux

Reload TMUX environment with: $ tmux source-file ~/.tmux.conf. You should now be able to see the theme.

Installation with Tundle

https://github.com/chilicuil/tundle

Add the following to .tmux.conf:

setenv -g @bundle "labianchin/tmux-flecha"

Other recommended plugins

I use TPM and recommend the following plugins:

set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-pain-control'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-open'

License

MIT