An open API service indexing awesome lists of open source software.

https://github.com/optixal/tmux-dracula

🧛 Self-contained dracula-themed tmux configuration, based on gpakosz's Oh my Tmux. No package manager required.
https://github.com/optixal/tmux-dracula

bar colorscheme conf config dracula line manager my no oh package plugin status theme tmux

Last synced: about 2 months ago
JSON representation

🧛 Self-contained dracula-themed tmux configuration, based on gpakosz's Oh my Tmux. No package manager required.

Awesome Lists containing this project

README

        

# tmux-dracula

![Tmux Status Line Preview](https://user-images.githubusercontent.com/19287477/126029800-51189893-ef7a-4b42-8399-10fa2ba6c701.png)

Based on [gpakosz's "Oh my Tmux"](https://github.com/gpakosz/.tmux) and [Dracula's color palette](https://draculatheme.com/contribute#color-palette).

## Installation

1. Git clone [Oh my Tmux](https://github.com/gpakosz/.tmux) and link or copy their `.tmux.conf` configuration file to your home directory. In this example, I'll copy it:

```sh
git clone https://github.com/gpakosz/.tmux
cp .tmux/.tmux.conf ~
```

2. Git clone this repository and copy `.tmux.conf.local` to your home directory.

```sh
git clone https://github.com/Optixal/tmux-dracula
cp tmux-dracula/.tmux.conf.local ~
```

3. Done!