-
-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powershell script now downloaded cove.zip #32
Comments
@H3T-Shah Thanks my friend I thought the script was compiled with this prompt. I am using oh-my-posh first time not have much idea..but will follow your instructions |
@H3T-Shah I have the prompt setting in place but my prompt is different |
Have you linked an external config file for oh-my-posh ? |
Ok thanks I tried other theme and that is working fine |
The problem is that the setup.ps1 needs to point to "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.1.0/CascadiaCode.zip" instead of "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/CascadiaCode.zip", due to recent repo update. Click on the first one and you'll get it. |
Use this example 'oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/jandedobbeleer.omp.json" | Invoke-Expression' instead and you'll be using a local theme. |
Using path variable is a better option, but usually reset my system often
so hardcoding it is better option for me atleast
…On Mon, 27 Nov, 2023, 12:59 am Carlos Castilho, ***@***.***> wrote:
@H3T-Shah <https://github.com/H3T-Shah> I have the prompt setting in
place but my prompt is different
[image: image]
<https://user-images.githubusercontent.com/11479557/278692501-563c9ea0-0cca-491c-8982-5e0a323ea9d5.png> [image:
image]
<https://user-images.githubusercontent.com/11479557/278692588-4717602b-f490-45ce-8d27-f05c16a10c38.png>
Have you linked an external config file for oh-my-posh ? If, then the you
have to add it in the config file, but it would de little different than in
pwsh config. Also a small detail you may need internet connection everytime
you load pwsh as of it's retrieving file from internet
Use this example 'oh-my-posh init pwsh --config
"$env:POSH_THEMES_PATH/jandedobbeleer.omp.json" | Invoke-Expression'
instead and you'll be using a local theme.
—
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BAGDQFA23S5UHY5J5UI33XDYGOKCXAVCNFSM6AAAAAA6MS62QKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRWHA3TKOBQGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
You are simply inputting a link and not even using the cli of oh-my-posh |
I ran the script as it's mentioned in the document section and it is supposed to download the cove.zip file but unfortunately, it doesn't download the file. seem something is broken and need to be fixed. meanwhile, may I get the cove.zip file to get the nerd font
The text was updated successfully, but these errors were encountered: