Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caiogondim/maglev
:monorail: A Tmux theme made to work together with bullet-train.zsh
https://github.com/caiogondim/maglev
Last synced: 11 days ago
JSON representation
:monorail: A Tmux theme made to work together with bullet-train.zsh
- Host: GitHub
- URL: https://github.com/caiogondim/maglev
- Owner: caiogondim
- Created: 2015-04-22T21:53:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T23:28:52.000Z (almost 6 years ago)
- Last Synced: 2024-08-01T22:58:22.630Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 502 KB
- Stars: 456
- Watchers: 13
- Forks: 54
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maglev
A Tmux theme made to work together with [Bullet train](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme).
## Screenshot
The annotated screenshot:
## Installing
This plugin depends on the following tmux plugins:
- [Tmux Pain Control](https://github.com/tmux-plugins/tmux-pain-control)
- [Tmux copycat](https://github.com/tmux-plugins/tmux-copycat)
- [Tmux Yank](https://github.com/tmux-plugins/tmux-yank)
- [Tmux Open](https://github.com/tmux-plugins/tmux-open)This plugin has the following optional dependencies:
- [Tmux prefix highlight](https://github.com/tmux-plugins/tmux-prefix-highlight)
- [Tmux Battery](https://github.com/tmux-plugins/tmux-battery)
- [Tmux CPU](https://github.com/tmux-plugins/tmux-cpu)See [installing TPM plugins](https://github.com/tmux-plugins/tpm#installing-plugins).
You will have to declare the plugins and the theme on your `.tmux.conf`:
```bash
# Start windows and panes at 1, not 0
set -g base-index 1
set -g pane-base-index 1set-option -g status-position top
set-option -g repeat-time 0
# Removes ESC delay
set -sg escape-time 0# List of plugins
set -g @tpm_plugins ' \
caiogondim/maglev \
tmux-plugins/tpm \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \
tmux-plugins/tmux-yank \
tmux-plugins/tmux-pain-control \
tmux-plugins/tmux-copycat \
tmux-plugins/tmux-open \
tmux-plugins/tmux-battery \
tmux-plugins/tmux-cpu \
tmux-plugins/tmux-prefix-highlight \
'# Initialize TMUX plugin manager
run '~/.tmux/plugins/tpm/tpm'
```This Tmux theme was made to work with [Bullet train](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme) ZSH theme.
Some dependencies:
- [Tmux](http://tmux.github.io/)
- [TPM](https://github.com/tmux-plugins/tpm)
- [Powerline patched font](https://github.com/powerline/fonts)## Donating
If you found this library useful and are willing to donate, transfer some
bitcoins to `1BqqKiZA8Tq43CdukdBEwCdDD42jxuX9UY` or through the
[URL](https://www.coinbase.com/caiogondim) https://www.coinbase.com/caiogondimOr via [PayPal.me](https://www.paypal.me/caiogondim) https://www.paypal.me/caiogondim.
## Credits
- Icon created by Katya Sotnikova from The Noun Project
- [Tmux open](https://github.com/tmux-plugins/tmux-open)
- [Tmux battery status](https://github.com/tmux-plugins/tmux-battery)
- [Tmux open](https://github.com/tmux-plugins/tmux-open)
- [Tmux pain control](https://github.com/tmux-plugins/tmux-pain-control)