2023-07-27 00:36:31 +00:00
|
|
|
#!/bin/pwsh
|
|
|
|
Install-Module -AcceptLicense -Scope AllUsers -Force Terminal-Icons;
|
|
|
|
powershell -c "Install-Module -Scope AllUsers -Force Terminal-Icons;";
|
2024-03-20 23:29:09 +00:00
|
|
|
. "$PSScriptRoot/../../Config/Terminal-Icons/Install.ps1";
|