dots2/windows/README.md

9 lines
201 B
Markdown

# dots2-windows
Dotfiles for Windows managed using [PSDotFiles](https://github.com/ralish/PSDotFiles). Install it using:
```
Install-Module -Name PSDotFiles
$DotFilesPath = $PWD
Install-DotFiles
```