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.
- Host: GitHub
- URL: https://github.com/optixal/tmux-dracula
- Owner: Optixal
- Created: 2021-07-17T05:11:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-17T07:55:07.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T03:59:00.832Z (about 2 months ago)
- Topics: bar, colorscheme, conf, config, dracula, line, manager, my, no, oh, package, plugin, status, theme, tmux
- Homepage:
- Size: 5.86 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tmux-dracula

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!