mirror of
https://github.com/Baipyrus/dotfiles.git
synced 2024-12-26 03:11:45 +00:00
bugfix: typos in function names (switcheroo)
This commit is contained in:
parent
9cc28a14e1
commit
cb66813a8b
@ -5,9 +5,9 @@ Import-Module ./util/wsl.psm1
|
|||||||
|
|
||||||
|
|
||||||
# (Optionally) Install required Software
|
# (Optionally) Install required Software
|
||||||
InstallWinget
|
WingetInstall
|
||||||
InstallChocolatey
|
ChocolateyInstall
|
||||||
InstallWSL
|
WSLInstall
|
||||||
|
|
||||||
# Define paths for tools and configurations
|
# Define paths for tools and configurations
|
||||||
$dotfilesRepo = "$env:TMP\dotfiles"
|
$dotfilesRepo = "$env:TMP\dotfiles"
|
||||||
|
Loading…
Reference in New Issue
Block a user