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: 8 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T09:08:18.000Z (about 4 years ago)
- Last Synced: 2025-03-15T08:14:43.476Z (about 1 year ago)
- Topics: archlinux, install, windows-fonts
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- 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/