Skip to content
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

📖 [Docs]: Cleanup readme #5

Merged
merged 2 commits into from
Mar 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
# NerdFonts

A PowerShell module to manage NerdFonts.

Kudos to owner of NerdFonts, @ryanoasis!

# NerdFonts

This is a PowerShell module for installing NerdFonts on your system.

🎉 Kudos to owner of NerdFonts, @ryanoasis! 🎉

## Prerequisites

This module currently only supports Windows operating systems.
Expand All @@ -31,13 +27,13 @@ You can use this module to install NerdFonts on your system.
To install a NerdFont on the system you can use the following command.

```powershell
Install-NerdFont -Name 'FiraCode'
Install-NerdFont -Name 'FiraCode' # Tab completion works on name
```

To download the font from the NerdFonts repository and install it on the system, run the following command.

```powershell
Install-NerdFont -Name 'FiraCode' -Scope AllUsers
Install-NerdFont -Name 'FiraCode' -Scope AllUsers #Tab completion works on Scope too
```

### Install all NerdFonts
Expand Down
Loading