---
# The user_configs variable is used to determine which
# users to install Microsoft.PowerShell_profile.ps1 into their
# home directory. It will not add the config to the root user's
# folder.
user_configs: []
# The example user_configs object below will add the PowerShell
# profile to the "yaroch" user but not the root user because
# the root user is skipped.
# user_configs:
#   - username: yaroch
#   - username: root
