Skip to content

Instantly share code, notes, and snippets.

@fslef
Created June 26, 2023 13:19
Show Gist options
  • Save fslef/9ea1333ecdc707b7f9e670d798f5e8d3 to your computer and use it in GitHub Desktop.
Save fslef/9ea1333ecdc707b7f9e670d798f5e8d3 to your computer and use it in GitHub Desktop.
# # Import the DotFiles
$helpersPath = Join-Path $PSScriptRoot "helpers"
Get-ChildItem -Path $helpersPath -Filter *.ps1 | ForEach-Object { . $_.FullName }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment