2020-03-14 06:16:19 +01:00
|
|
|
# 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'
|
|
|
|
```
|
|
|
|
|