11 lines
266 B
Markdown
11 lines
266 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
|
|
```
|
|
|
|
Run from outside Windows Terminal to prevent issues symlinking.
|