diff --git a/scripts/Windows/Collections/Personal.ps1 b/scripts/Windows/Collections/Personal.ps1 index d67ce2c2..d6d75638 100644 --- a/scripts/Windows/Collections/Personal.ps1 +++ b/scripts/Windows/Collections/Personal.ps1 @@ -46,6 +46,10 @@ function Restore-PersonalApps([Context] $context) { Restore-reWASD $context; Restore-VisualStudio $context; + # Design + choco install -y ` + nerd-fonts-CascadiaCode; + # Social Media choco install -y ` threema-desktop `