# Switch to userprofile
pushd $Env:USERPROFILE
-# Make paths if needed
-
-
+# Make paths
New-Item -Path Downloads -ItemType Directory -Force | out-null
-
-if (!(Test-Path -Path .local\bin))
-{
- New-Item -Path .local\bin -ItemType Directory -Force
-}
-if (!(Test-Path -Path .local\opt))
-{
- New-Item -Path .local\opt -ItemType Directory -Force
-}
+New-Item -Path .local\bin -ItemType Directory -Force | out-null
+New-Item -Path .local\opt -ItemType Directory -Force | out-null
# {{ baseurl }}
# {{ version }}