/PSWindowsDotfiles-Example

An Dotfiles example for PSWindowsDotfiles.

Primary LanguagePowerShell

Example Dotfiles

Open any Windows PowerShell host console (Except Windows Terminal) with administrator rights and run:

1. Install PSWindowsDotfiles module

Install-Module -Name "PSWindowsDotfiles" -Repository "PSGallery" -Scope "AllUsers";

2. Configure Execution Policy

Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass;

3. Import PSWindowsDotfiles

Import-Module "PSWindowsDotfiles";

4. Clone this repository

git clone https://github.com/JMOrbegoso/PSWindowsDotfiles-Example.git $HOME\PSWindowsDotfiles-Example

5. Install Dotfiles with PSWindowsDotfiles

Install-Dotfiles $HOME\PSWindowsDotfiles-Example;