|
Hello, I could not make themes works in WSL (running Ubuntu 24.04.1 LTS). I´m using Windows Terminal but also tried acessing WSL from Powershell. This is in .bashrc: export EZA_CONFIG_DIR="$HOME/.config/eza" And I copied a theme from eza-themes to ~/.config/eza/theme.yml (first linked, but then copied to try) |
Answered by
arqeco
Apr 16, 2026
Replies: 1 comment
|
Solved. I had installed simply with "sudo apt install eza" and got an old version of eza. Uninstalled, followed the instructions in https://github.com/eza-community/eza/blob/main/INSTALL.md to add deb.gierens.de to apt, and it worked. |
0 replies
Answer selected by
arqeco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved. I had installed simply with "sudo apt install eza" and got an old version of eza.
Uninstalled, followed the instructions in https://github.com/eza-community/eza/blob/main/INSTALL.md to add deb.gierens.de to apt, and it worked.