Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/urrickhunt/dracula-for-eza
- Owner: urrickhunt
- License: mit
- Created: 2024-08-19T15:52:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T17:29:16.000Z (3 months ago)
- Last Synced: 2024-08-20T19:41:59.724Z (3 months ago)
- Topics: dracula, dracula-theme, eza, icons, ls, nerd-fonts, rust
- Homepage:
- Size: 564 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
#### 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 AliasesFor 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)