Skip to content

thesharp/maglev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maglev

My variation of original maglev theme.

Screenshot

TODO: Add screenshot

The annotated screenshot:

TODO: Add annotated screenshot

Installing

See installing tpm plugins.

You will have to declare the plugins and the theme on your .tmux.conf:

# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1

set-option -g status-position top

set-option -g repeat-time 0

# Removes ESC delay
set -sg escape-time 0

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'thesharp/maglev'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-resurrect'
set -g @plugin 'tmux-plugins/tmux-continuum'
set -g @plugin 'tmux-plugins/tmux-prefix-highlight'

# Initialize tmux plugin manager
run '~/.tmux/plugins/tpm/tpm'

Some dependencies:

Credits

  • Icon created by Katya Sotnikova from The Noun Project
  • Original theme by @caiogondim

About

🚝 A tmux theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%