Open YagoMaia opened 4 weeks ago
Just add EZA_CONFIG_DIR
environment var and put theme.yml
in
I use powershell, and in my case I add into $PROFILE.CurrentUserAllHosts
file
$env:EZA_CONFIG_DIR = "$env:USERPROFILE\.config\eza"
Also I replaced ls
built-in alias with this code
Remove-Item Alias:ls -Force; New-Alias ls eza
i'm a beginner i don't know lot about powershell can you show me step by step to add that config file at least with pictures.
%userprofile%\.config\eza
with this command:
New-Item -ItemType Directory -Path "$env:USERPROFILE\.config\eza" -Force
Start-Process explorer.exe "$env:USERPROFILE\.config\eza"
theme.yml
notepad $PROFILE.CurrentUserAllHosts
# set eza config directory
$env:EZA_CONFIG_DIR = "$env:USERPROFILE\.config\eza"
ls
built-in alias with ezaRemove-Item Alias:ls -Force; New-Alias ls eza
8. restart powershell
9. profit!!!
<br><br><br><br>
<details>
<summary>some screenshots</summary>
![powershell](https://github.com/user-attachments/assets/75381e79-9a45-4ed6-ba31-aa3b6d7de62e)
![notepad](https://github.com/user-attachments/assets/ba474503-7ec2-46e4-83d7-dbd27d8af013)
![explorer](https://github.com/user-attachments/assets/0d56ce2d-720e-4d2c-a264-76ccbb379aa9)
</details>
I would be very grateful if you could put the themes on windowns. I tried a few ways, but it didn't work.