ChrisTitusTech / powershell-profile

Pretty PowerShell that looks good and functions almost as good as Linux terminal
551 stars 320 forks source link

Choco ? #8

Closed geo-stanciu closed 1 year ago

geo-stanciu commented 1 year ago

Hi Titus,

Why does this script need choco to be installed in order to work ?

ChrisTitusTech commented 1 year ago

Working on expanding this into Nodejs and a couple other installs that winget isn't doing properly.

There is a lot of manual work required to get a fully functional neovim in powershell working and why I added choco. Winget has been letting me down a bunch lately.

geo-stanciu commented 1 year ago

Thanks for the reply. Big fan. Anyway, I was sort of curious about it after running this on the company laptop and the security (debatable :) ) suite used flagged the script as trojan and I got asked several times by the security team what I wanted to do and why. Silly, nonsense, I know.

ChrisTitusTech commented 1 year ago

You can always just manually do the script without running it. Either downloading it as a ps1 file or just manually copy the raw profile into your own $PROFILE file. I get why it would trip security software as the trusted PSGallery and other powershell scripts can be malicious a lot of the time.