2024-08-26 19:03:12 +00:00
|
|
|
# Nerd Fonts Configuration
|
2024-08-26 18:55:52 +00:00
|
|
|
|
2024-08-26 20:04:02 +00:00
|
|
|
This directory contains my [Nerd Fonts](https://www.nerdfonts.com/) configuration
|
|
|
|
and any related resources.
|
2024-08-26 19:03:12 +00:00
|
|
|
|
|
|
|
## Files
|
|
|
|
|
2024-08-27 10:04:01 +00:00
|
|
|
- **CascadiaCode.url**: This file contains the URL to the `Cascadia Code` Nerd Font patch.
|
|
|
|
- **CascadiaMono.url**: This file contains the URL to the `Cascadia Mono` Nerd Font patch.
|
2024-08-26 19:03:12 +00:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
To use this configuration:
|
|
|
|
|
|
|
|
1. Clone the repository.
|
|
|
|
2. Download all required fonts from files:
|
|
|
|
|
|
|
|
```pwsh
|
2024-08-27 10:04:01 +00:00
|
|
|
curl -LO "$(Get-Content ./nerd-fonts/CascadiaMono.url).zip"
|
2024-08-26 19:03:12 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
3. Unpack and install all downloaded fonts to your system's font storage.
|