Add Terminal-Icons
This commit is contained in:
parent
c71a8edcaf
commit
c522ed9350
3 changed files with 16 additions and 0 deletions
scripts/Windows/Software/Terminal-Icons
8
scripts/Windows/Software/Terminal-Icons/Install.ps1
Normal file
8
scripts/Windows/Software/Terminal-Icons/Install.ps1
Normal 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;
|
Loading…
Add table
Add a link
Reference in a new issue