tmux-kanagawa/README.md
2020-03-13 22:16:19 -07:00

28 lines
552 B
Markdown

# tmux-airline-dracula
A tmux theme for Dracula color scheme.
![Screenshot](https://raw.githubusercontent.com/sei40kr/tmux-airline-dracula/master/screenshot.png)
## Installation
1. Install using tpm.
```tmux
set -g @plugin 'sei40kr/tmux-airline-dracula'
```
## Manual Installation
1. Clone this repository.
```sh
git clone --depth=1 https://github.com/sei40kr/tmux-airline-dracula.git
```
1. Add following to your `.tmux.conf`.
```tmux
run-shell '. /path/to/tmux-airline-dracula/airline-dracula.tmux'
```