https://github.com/warshanks/funkydrac
Dracula themed oh-my-zsh themes based on funky
https://github.com/warshanks/funkydrac
Last synced: 2 months ago
JSON representation
Dracula themed oh-my-zsh themes based on funky
- Host: GitHub
- URL: https://github.com/warshanks/funkydrac
- Owner: warshanks
- License: mit
- Created: 2022-10-17T23:19:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T00:58:26.000Z (over 1 year ago)
- Last Synced: 2025-10-10T06:42:33.524Z (7 months ago)
- Language: Shell
- Size: 19.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zsh-plugins - funkydrac - Multiple Dracula-themed omz themes based on [funky](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/funky.zsh-theme) and an [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh) theme based on [alien](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/aliens.omp.json) (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - funkydrac - Multiple Dracula-themed omz themes based on <b><code>182718⭐</code></b> <b><code> 26277🍴</code></b> [funky](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/funky.zsh-theme)) and an <b><code> 20598⭐</code></b> <b><code> 2618🍴</code></b> [oh-my-posh](https://github.com/JanDeDobbeleer/oh-my-posh)) theme based on <b><code> 20598⭐</code></b> <b><code> 2618🍴</code></b> [alien](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/aliens.omp.json)) (Themes / ZSH on Windows)
README
# funkydrac 🧛👻
## Dracula themed oh-my-zsh themes based on [funky](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/funky.zsh-theme), an [oh-my-posh theme](#aliensdracula-oh-my-posh) based on [aliens](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/aliens.omp.json), and a [fork](#oh-my-posh-dracula-fork-🌙-🧛) of [dracula](https://github.com/JanDeDobbeleer/oh-my-posh/blob/main/themes/dracula.omp.json)
### These themes use the [Dracula color scheme for Windows Terminal](https://draculatheme.com/windows-terminal)
# zsh themes
## funkydrac 🧛

## funkydrac2 👻

# oh-my-posh themes
## aliensdracula 🛸

## oh-my-posh dracula fork 🌙 🧛

### To use on Windows, open $PROFILE in a text editor
```powershell
notepad $PROFILE
```
### ... and add
```powershell
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/warshanks/funkydrac/main/aliensdracula.omp.json' | Invoke-Expression
```
### ... or
```powershell
oh-my-posh init pwsh --config 'https://raw.githubusercontent.com/warshanks/funkydrac/main/dracula.omp.json' | Invoke-Expression
```
### on macOS open ~/.zprofile and add
```bash
eval "$(oh-my-posh init zsh --config https://raw.githubusercontent.com/warshanks/funkydrac/main/dracula.omp.json)"
```