Skip to content

Add windows install script ( PowerShell )#89

Closed
4nkitd wants to merge 3 commits into
githubnext:mainfrom
4nkitd:windows-install-script
Closed

Add windows install script ( PowerShell )#89
4nkitd wants to merge 3 commits into
githubnext:mainfrom
4nkitd:windows-install-script

Conversation

@4nkitd

@4nkitd 4nkitd commented Nov 12, 2023

Copy link
Copy Markdown

:: This script installs fonts on Windows by copying them to the Fonts folder and adding registry entries for them.

  • check Admin rights
  • copy fonts/otf & fonts/varible to $CurrentVersion\Fonts
  • add each fonts to registry
Comment thread README.md Outdated

```powershell
$ cd util
$ ./install_windows.sh

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

./install_windows.cmd instead of *.sh

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correction done, code update pushed.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used the script, works great! Hopefully the Monaspace team accepts the PR!

@sylver sylver mentioned this pull request Nov 19, 2023
@4nkitd

4nkitd commented Nov 21, 2023

Copy link
Copy Markdown
Author

Is their any issue with this MR, if so please highlight for correction

@Krzysztof-Cieslak

Copy link
Copy Markdown
Member

Hey, thanks a lot for PR!

I've just tried this script and while it successfully installed OTF fonts, it didn't install Variable versions for me

@idan

idan commented May 9, 2024

Copy link
Copy Markdown
Contributor

Looking at this stuff now — thank you for writing it! But omg powershell 😵 looks like magic. I think I don't want to hold up 1.101 for this, will aim to merge for the 1.2 timeframe <3

@raymond-w-ko

Copy link
Copy Markdown

There is a typo in the script. varible should be variable I think.

@4nkitd 4nkitd closed this Dec 13, 2024
@idan idan modified the milestones: 1.2, 1.3 Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment