From cf03f82f5e1256c6d4f65a88014efcd5d852485d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 15:43:21 +0000 Subject: [PATCH 1/7] Initial plan for issue From c6d0fb0a472430cd0e6757a228a23c6ee76cff4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 15:47:43 +0000 Subject: [PATCH 2/7] Update README to specify PowerShell 7+ requirement and clarify vs Windows PowerShell Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abbd966..ccdb676 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. +- **PowerShell 7.0 or higher** - This module requires modern PowerShell (not Windows PowerShell). You can install PowerShell from the [Microsoft Store](https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D) or download it from the [official PowerShell repository](https://github.com/PowerShell/PowerShell/releases). +- This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. ## Installation From d1571820ab463601f92a9975a6d4c2d7d35db8be Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 15:52:45 +0000 Subject: [PATCH 3/7] Update PowerShell installation link to Microsoft Learn documentation Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccdb676..98c1ab6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -- **PowerShell 7.0 or higher** - This module requires modern PowerShell (not Windows PowerShell). You can install PowerShell from the [Microsoft Store](https://apps.microsoft.com/store/detail/powershell/9MZ1SNWT0N5D) or download it from the [official PowerShell repository](https://github.com/PowerShell/PowerShell/releases). +- **PowerShell 7.0 or higher** - This module requires modern PowerShell (not Windows PowerShell). You can install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). - This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. ## Installation From a8458df6f69017f12b2a245b9c4ca46bf3465fb3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 15:55:42 +0000 Subject: [PATCH 4/7] Update PowerShell requirement to be more general and remove version specification Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98c1ab6..37aef5d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -- **PowerShell 7.0 or higher** - This module requires modern PowerShell (not Windows PowerShell). You can install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). +- **The latest version of PowerShell (not Windows PowerShell)** - You can install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). - This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. ## Installation From 9a7c0412ff75dbf2774801c4d8b0255b83b2ff04 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 16:04:58 +0000 Subject: [PATCH 5/7] Add PowerShell overview link and cross-platform support information Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37aef5d..3d128f5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -- **The latest version of PowerShell (not Windows PowerShell)** - You can install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). +- **The latest version of PowerShell (not Windows PowerShell)** - Learn more about [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.5) and install it by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). This module is cross-platform and supports PowerShell on Windows, Linux, and macOS. - This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. ## Installation From 178d61cafccc1bdf74ca99d17671904ecce8589e Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 29 May 2025 18:09:34 +0200 Subject: [PATCH 6/7] Fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d128f5..572fc88 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -- **The latest version of PowerShell (not Windows PowerShell)** - Learn more about [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview?view=powershell-7.5) and install it by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). This module is cross-platform and supports PowerShell on Windows, Linux, and macOS. -- This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. +- This module is cross-platform and supports the latest LTS version of [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview) on Windows, Linux, and macOS. This is not to be confused with Windows PowerShell. Install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). +- This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. This will be installed automatically when installing the module. ## Installation From 746fb2718358f9122c383def09b6ae39f0e4bd80 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 29 May 2025 16:17:31 +0000 Subject: [PATCH 7/7] Fix markdown linting error by removing trailing space from README.md line 12 Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 572fc88..75913ac 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ All donations on this repository will go to the NerdFonts project. ## Prerequisites -- This module is cross-platform and supports the latest LTS version of [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview) on Windows, Linux, and macOS. This is not to be confused with Windows PowerShell. Install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). +- This module is cross-platform and supports the latest LTS version of [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/overview) on Windows, Linux, and macOS. This is not to be confused with Windows PowerShell. Install PowerShell by following the [official installation guide](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell). - This module depends on the [Fonts](https://psmodule.io/Fonts) module to manage fonts on the system. This will be installed automatically when installing the module. ## Installation