1
0
Fork 0
mirror of synced 2024-06-25 18:31:09 -04:00

Updated Tips and Tricks (markdown)

sitiom 2020-11-22 08:33:30 +08:00
parent c881d563ed
commit ca7be47ab5

@ -189,7 +189,7 @@ for section in conf:
Here's an equivalent script for PowerShell ([source](https://github.com/anishathalye/dotfiles_template/pull/19#issuecomment-729518540), [powershell-yaml](https://github.com/cloudbase/powershell-yaml) required)
```ps
```ps1
$CONFIG = "install.conf.yaml"
$confObj = ConvertFrom-Yaml ([string](Get-Content $CONFIG -Raw))