Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

rahulsalvi/velocity-python

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

velocity

Powerline-based theme elements for ZSH and tmux

Getting Started

Prerequisities

  • python 3
  • a font with powerline characters

Installing

  1. Clone the repository:

    git clone https://github.com/rahulsalvi/velocity.git "${VELOCITY_DIR:-$HOME}/.velocity"
    
  2. Add the following line to your .zshrc:

    [ -f "${VELOCITY_DIR:-$HOME}/.velocity/velocity.zsh" ] && source "${VELOCITY_DIR:-$HOME}/.velocity/velocity.zsh"
    
  3. Add the following lines to your .tmux.conf:

    set -g status-right-length 1000
    set -g status-left-length 1000
    set -g status-right '#(python3 $HOME/.velocity/velocity.py TMUXSTATUSRIGHT)'
    set -g status-left '#(python3 $HOME/.velocity/velocity.py TMUXSTATUSLEFT)'
    

    Note: replace $HOME with $VELOCITY_DIR as necessary

Configuration

The following environment variables can be used to configure the theme:

VELOCITY_DIR - Set this to the location to where you cloned the project

Notes

Yes, the name 'Velocity' is a pun on terminal velocity. Get over it.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Powerline-based theme elements for ZSH and tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.