Skip to content

Commit

Permalink
remove vscode requiremen
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyWolf13 committed Sep 1, 2024
1 parent 4e6e99e commit d146292
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions installer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ function Initialize-DevEnv {
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content
Test-$font
}
if ($vscode_installed -ne "True") {
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/custom_functions.ps1" -UseBasicParsing).Content
Test-vscode
}
Write-Host "✅ Successfully initialized Pwsh with all modules and applications`n" -ForegroundColor Green
wt.exe -p "PowerShell"
. Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/$githubUser/unix-pwsh/main/pwsh_helper.ps1" -UseBasicParsing).Content
Expand Down

0 comments on commit d146292

Please sign in to comment.