cross-posted from: https://lemmy.ml/post/61051
Hi. Please can someone help me with setting up my zsh? I’m having two problems:
When using the powerline10k theme, the shell gets stuck on
fetching gitstatusd
The prompt shows those weird characters in the screenshot
I have already installed powerline fonts. I don’t know what to do next… I appreciate any help. Thanks.
Edit: logs here.
Extracting the binary to
~/.cache/gitstatus
worked! Thank you very much!!! Now there’s only that ugly symbols in the prompt :(No problem, glad it worked! For the symbols, try installing this font (“Meslo Nerd Font patched for Powerlevel10k”) and see if it helps.
I installed this font, but the problem persists :( Could it be something related to the terminal? I’m using GNOME Terminal 2.31.3
I think it should be alright? It is compatible, maybe try updating GNOME Terminal though. The stable version should be at 3.x.x for most systems.
Try doing the below after you update, or if you can’t update try it anyways, I guess 😉.
And finally try running
p10k configure
if possible on your system.It didn’t work :(
Also, I couldn’t manage to update the terminal.
Try restarting the terminal application and
zsh
, if you haven’t already, after changing the font.I thought of something else too to try. Perhaps GNOME Terminal isn’t rendering Unicode properly. Try setting the character encoding to UTF-8. Terminal -> Set Character Encoding -> UTF-8. If UTF-8 is already set, set it to a different encoding and then back to UTF-8.
I tried… It didn’t work :(
Did you run p10k configure after you changed the font? You should run it after you change the font. Afterwards, try updating GNOME terminal if the problem persists. You mentioned that you couldn’t update it last time, was there a specific reason? I could help with that.
You could also try filing an issue on their Github and see if that gets you anywhere.
Sorry for the delay, I broke the system trying to install zsh… I did run p10k config, reboot, and tried updating the terminal. Actually, that version seems to be the latest available (it is a RedHat VDI). Well, maybe I’ll open an issue in github :( Thank you very much for your help!