ChristianLempa / dotfiles-win

These are my user-specific configuration files that I use to personalize my Windows experience.
MIT License
360 stars 155 forks source link

Hi I am not able to see the icons nor the powershell #7

Open Sach3932 opened 1 year ago

Sach3932 commented 1 year ago
image image image

Can you please guide how to get the same looks as yours terminal had.

Sach3932 commented 1 year ago

How do i get this in my terminal

image
flyer1 commented 7 months ago

1) Make sure your starship.toml file is in the right directory: Assuming you are on Windows 10 (Windows 11 may be the same), go into PowerShell and check out the $HOME/.config folder. Does it have your starship.toml file in there?

2) Make sure that PowerShell is initializing starship when it starts: In PowerShell if you type $PROFILE, it will dump out the path to your PowerShell config file (ie: C:\Users\[userName]\Documents\PowerShell\Microsoft.PowerShell_profile.ps1). Create the file if it doesn't exist. Make sure it has this line in it:

Invoke-Expression (&starship init powershell)