-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodules.yml
More file actions
20 lines (19 loc) · 843 Bytes
/
modules.yml
File metadata and controls
20 lines (19 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Snippets Module Auto-Loader Configuration
# Modules listed here are automatically installed (if missing) and imported during profile initialization.
#
# Schema:
# modules:
# - name: <string> # Required. Module name.
# version: "<string>" # Optional. Minimum required version (e.g. "1.0.0").
# source: <string> # Optional. "PSGallery" (default) or a file path to a .psd1/.psm1.
# required: <bool> # Optional. Default true. If false, load failure is non-fatal.
# parameters: [] # Optional. Arguments passed to Import-Module -ArgumentList.
#
# Override this file's location by setting $env:SnippetsModulesYaml to an absolute path.
modules:
- name: powershell-yaml
required: true
# - name: posh-git
# required: false
# - name: Terminal-Icons
# required: false