Skip to content

Latest commit

History

History
23 lines (15 loc) 路 750 Bytes

README.md

File metadata and controls

23 lines (15 loc) 路 750 Bytes

tmux-dracula

Tmux Status Line Preview

Based on gpakosz's "Oh my Tmux" and Dracula's color palette.

Installation

  1. Git clone Oh my Tmux and link or copy their .tmux.conf configuration file to your home directory. In this example, I'll copy it:
git clone https://github.com/gpakosz/.tmux
cp .tmux/.tmux.conf ~
  1. Git clone this repository and copy .tmux.conf.local to your home directory.
git clone https://github.com/Optixal/tmux-dracula
cp tmux-dracula/.tmux.conf.local ~
  1. Done!