-
Notifications
You must be signed in to change notification settings - Fork 239
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
Add windows install script ( PowerShell ) #89
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
@@ -61,6 +61,11 @@ brew install font-monaspace | |||
### Windows | |||
You can manually drag the fonts from the `fonts/otf` or `fonts/variable` directory into `C:\Windows\Fonts`. Alternatively, right-click the fonts you want and click Install. | |||
|
|||
```powershell | |||
$ cd util | |||
$ ./install_windows.sh |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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!
Is their any issue with this MR, if so please highlight for correction |
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 |
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 |
There is a typo in the script. |
:: This script installs fonts on Windows by copying them to the Fonts folder and adding registry entries for them.
fonts/otf
&fonts/varible
to$CurrentVersion\Fonts