Updated Tips and Tricks (markdown)
parent
c881d563ed
commit
ca7be47ab5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
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"
|
$CONFIG = "install.conf.yaml"
|
||||||
|
|
||||||
$confObj = ConvertFrom-Yaml ([string](Get-Content $CONFIG -Raw))
|
$confObj = ConvertFrom-Yaml ([string](Get-Content $CONFIG -Raw))
|
||||||
|
|
Loading…
Reference in a new issue