Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/urrickhunt/dracula-for-eza

Dracula for eza
https://github.com/urrickhunt/dracula-for-eza

dracula dracula-theme eza icons ls nerd-fonts rust

Last synced: about 16 hours ago
JSON representation

Dracula for eza

Awesome Lists containing this project

README

        

# Dracula for [eza](https://github.com/eza-community/eza)

> A dark theme for [eza](https://github.com/eza-community/eza)
eza

#### Usage

To activate the theme in **eza**, you need to modify your `.zshrc file`.

#### Installation

**Linux** & **macOS**

1. Add the desired `eza_colors` theme to the end of your `.zshrc`:

```zshrc
# ---------------------
# eza universal Dracula
# ---------------------
export EZA_COLORS="\
uu=36:\
uR=31:\
un=35:\
gu=37:\
da=2;34:\
ur=34:\
uw=95:\
ux=36:\
ue=36:\
gr=34:\
gw=35:\
gx=36:\
tr=34:\
tw=35:\
tx=36:\
xx=95:"
```
#### Suggested Aliases

For normal or larger displays include group (`-g flag`):

```zshrc
alias zl='eza -lagX --icons --color=always'
```

For smaller or limited displays no group:

```zshrc
alias zl='eza -laX --icons --color=always'
```

**Windows**

1. in either `Command Prompt` or `PowerShell` run the following with the windows universal eza theme:

`setx EZA_WINDOWS_ATTRIBUTES "short"`

`setx EZA_ICONS_AUTO "always"`

`setx EZA_COLORS "da=2;34:xx=95:ur=36:su=95:sf=36:pi=96"`

2. Restart `Command Prompt` or `PowerShell`

#### Suggested Aliases

Add the following function to your PowerShell profile:

```ps1
function zl {
eza -lagSX --icons --color=always --time-style=long-iso
}
```

## Team

This theme is maintained by the following person(s).

| [![urrickhunt](https://github.com/urrickhunt.png?size=100)](https://github.com/urrickhunt)|
| ----------------------------------------------------------------------------------------- |
| [urrickhunt](https://github.com/urrickhunt) |

## Community

- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.

## Dracula PRO

[![Dracula PRO](./.github/dracula-pro.png)](https://draculatheme.com/pro)

## License

[MIT License](./LICENSE)