Roman Perepelitsa
Roman Perepelitsa
`sudo su` doesn't load your `~/.zshrc`. Use `sudo zsh` instead.
You can use `sudo $SHELL` as a shell-agnostic command.
> Would you have an idea why it won't format my ssh prompt, though? It should work as long as you have your theme installed on the remote machine to...
> I'm literally telling my system that I'm SSHing into a remote machine and it can't work with that to change colors and backgrounds without the remote machine telling it...
Here's my boilerplate for building zsh. This way you can checkout any commit and test it on different platforms. This doesn't create the same global ZSH configs that distributions provide...
> I actually had to search for a distro with zsh 5.2 Figured. Hence I shared my command so that in the future you can adapt it to anything you...
Is this your whole config? What's the output of `typeset -m 'POWERLEVEL9K_*'`?
Did you write this config by hand? My guess is that `POWERLEVEL9K_MODE=awesome-fontconfig` is incorrect. Please run `p10k configure` and then type `echo $POWERLEVEL9K_MODE`. If it prints something other than `awesome-fontconfig`...
> I can't run `p10k configure` since i don't have p10k installed Oops, sorry about that. I mistakenly thought this issue was filed against another github project. > would you...
What theme/prompt/plugin would you says implement this mode well?