I was trying to install this starship shell using this method
but when I try to run my terminal it returns me to the default terminal promt.
Is there any way to install it i switched from ubuntu where i just had to install it and edit the bash config but when I tried it here it didnt work.
But I guess that means you installed otf-fira-code and starship and added the relevant eval line to ~/.zshrc, executed source ~/.zshrc, and it does not work ?
just tried it again following the examples from the link.
using source ~/.zshrc EDIT: just found the way to edit it but i dont know what and where to write it
it just shows me this
USE_POWERLINE="true"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
I dont know what the issue for you is … aside from the different package manager and package name … the other instructions work.
And no - this new blog intends for you to install things manually rather than through system packages and assumes things not pertinent to your system.
every thing I see is saying change something like the THEME in zshrc but I dont see that anywhere my zshrc file just shows this
SE_POWERLINE="true"
# Source manjaro-zsh-configuration
if [[ -e /usr/share/zsh/manjaro-zsh-config ]]; then
source /usr/share/zsh/manjaro-zsh-config
fi
# Use manjaro zsh prompt
if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
source /usr/share/zsh/manjaro-zsh-prompt
fi
thank you for that but I know I can edit it I tried but it wont work it says add eval "$(starship init zsh)"
And use source ~/.zshrc
but nothing changes
And just asking is my terminal supposed to looked like sniped off
like this?
Ground Control to Major Male Your circuit’s dead, there’s something wrong Can you hear me, Major Male?
-Love this
And found out whats the problem was I just needed to use curl and not wget.
Thank you for putting up with me being an idiot @megavolt, @cscs and for not burning me at the stake @Yochanan