Add Terminal-Icons

This commit is contained in:
Manuel Thalmann 2023-07-27 02:36:31 +02:00
parent c71a8edcaf
commit c522ed9350
3 changed files with 16 additions and 0 deletions
scripts/Windows/Software/Terminal-Icons

View file

@ -0,0 +1,8 @@
#!/bin/pwsh
param($context);
. "$PSScriptRoot/../../Scripts/Context.ps1";
[Context] $context = $context;
Install-Module -AcceptLicense -Scope AllUsers -Force Terminal-Icons;
powershell -c "Install-Module -Scope AllUsers -Force Terminal-Icons;";
. "$PSScriptRoot/../../Config/Terminal-Icons/Install.ps1" $context;