Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amnweb/nerd-fonts-powershell-installer
This repository hosts a PowerShell script designed to automate the installation of Nerd Fonts on your system
https://github.com/amnweb/nerd-fonts-powershell-installer
fonts nerd-fonts powershell windows
Last synced: 11 days ago
JSON representation
This repository hosts a PowerShell script designed to automate the installation of Nerd Fonts on your system
- Host: GitHub
- URL: https://github.com/amnweb/nerd-fonts-powershell-installer
- Owner: amnweb
- License: mit
- Created: 2023-12-11T22:57:44.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T19:27:05.000Z (about 2 months ago)
- Last Synced: 2024-10-17T18:04:06.898Z (21 days ago)
- Topics: fonts, nerd-fonts, powershell, windows
- Language: PowerShell
- Homepage:
- Size: 23.6 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nerd Fonts PowerShell Installer
This repository hosts a PowerShell script designed to automate the installation of Nerd Fonts on your system. Nerd Fonts patches developer-targeted fonts with a high number of glyphs (icons). Specifically, it targets coding-related and UI-enhancement purposes.
## Features
- **Automated Installation**: Quickly install Nerd Fonts without manual downloading and installing.
- **Customization**: Choose which Nerd Font families you want to install.
- **Convenience**: Install multiple fonts at once with minimal user interaction.## Prerequisites
Before running the installation script, ensure that:
- You are using a Windows operating system with PowerShell.
## Installation
To install Nerd Fonts using the PowerShell script, follow these steps:
1. Open PowerShell.
2. Clone script ```git clone https://github.com/amnweb/nf-installer```
3. Navigate to the directory where you've saved the script.
4. Execute the script:```powershell
.\install.ps1
```
or run directly from github
1. Open PowerShell.
2. Copy and paste this command
```
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/amnweb/nf-installer/main/install.ps1'))
```## Usage
Once the fonts are installed, you can select them in your terminal or code editor settings by looking for font names prefixed with 'NF' (e.g., `FiraCode NF`).
For example, to set a Nerd Font in Visual Studio Code, go to `Settings > Text Editor > Font` and enter the name of the Nerd Font you installed.