Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chefe/ttf-ms-win
A script to install the windows default fonts on archlinux
https://github.com/chefe/ttf-ms-win
archlinux install windows-fonts
Last synced: 15 days ago
JSON representation
A script to install the windows default fonts on archlinux
- Host: GitHub
- URL: https://github.com/chefe/ttf-ms-win
- Owner: chefe
- License: mit
- Created: 2019-08-19T17:22:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T09:08:18.000Z (almost 3 years ago)
- Last Synced: 2024-11-21T05:13:40.226Z (3 months ago)
- Topics: archlinux, install, windows-fonts
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ttf-ms-win
A script to install the windows default fonts on [archlinux][1]## Preconditions
A Windows ISO has to be downloaded manually before the script.## Usage
```
# Install win 10 fonts
$ ./install-win-fonts.sh 10# Install win 11 fonts
$ ./install-win-fonts.sh 11
```## Dependencies
* [7z][2]
* [wimextract][3]
* [curl][4]All dependencies will be automatically installed by the script if needed
# Credits
The install script is based on the [ttf-ms-win10][5] and
[ttf-ms-win11][6] aur package.[1]: https://archlinux.org
[2]: https://www.archlinux.org/packages/extra/x86_64/p7zip/
[3]: https://www.archlinux.org/packages/community/x86_64/wimlib/
[4]: https://www.archlinux.org/packages/core/x86_64/curl/
[5]: https://aur.archlinux.org/packages/ttf-ms-win10/
[6]: https://aur.archlinux.org/packages/ttf-ms-win11/