File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ $symbolicLinks = @{
80
80
" $Env: USERPROFILE \.config\delta" = " .\config\delta"
81
81
" $Env: USERPROFILE \.config\gh-dash" = " .\config\gh-dash"
82
82
" $Env: USERPROFILE \.config\npm" = " .\config\npm"
83
- " $Env: USERPROFILE \.config\spotify-tui\config.yml " = " .\config\spotify-tui\config.yml "
83
+ " $Env: USERPROFILE \.config\spotify-tui" = " .\config\spotify-tui"
84
84
" $Env: USERPROFILE \.config\bash" = " .\config\bash"
85
85
# "$Env:USERPROFILE\.glzr\glazewm\config.yaml" = ".\config\glazewm\config.yaml"
86
86
" $Env: APPDATA \bat" = " .\config\bat"
@@ -222,9 +222,6 @@ function Install {
222
222
npm install - g npm@latest
223
223
}
224
224
corepack enable
225
- corepack install - g yarn@latest
226
- corepack install - g pnpm@latest
227
-
228
225
npm config set userconfig= " $env: USERPROFILE \.config\npm\.npmrc" -- global
229
226
}
230
227
Install-NPM - Packages - List $npmGlobalPackages
You can’t perform that action at this time.
0 commit comments