Install it from the PowerShell Gallery:
Install-Module -Name "PSWindowsDotfiles" -Repository "PSGallery" -Scope "AllUsers";
-
Import PSWindowsDotfiles:
Import-Module "PSWindowsDotfiles";
-
May you need to configure the Execution Policy:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass;
-
Create a new Dotfiles project:
New-Dotfiles "$HOME\OneDrive";
-
Build a super-duper Dotfiles project according to your needs:
Dotfiles β βββ Apps β βββ git β βββ powershell β βββ vscode β βββ windows-terminal β βββ winfetch β βββ Base βββ Clean βββ Helpers βββ Langs βββ OS βββ Shell β βββ Exports β βββ Functions β βββ Images β βββ Scripts β βββ Themes β βββ Dotfiles.ps1
-
Run it π:
Install-Dotfiles "$HOME\OneDrive\Dotfiles";
-
Clone the repo:
git clone https://github.com/JMOrbegoso/PSWindowsDotfiles-Example.git $HOME\PSWindowsDotfiles-Example;
-
Open any Windows PowerShell host console (Except Windows Terminal) with administrator rights and install it:
Install-Dotfiles $HOME\PSWindowsDotfiles-Example;
JMOrbegoso:
- Website: jmorbegoso.com
- Twitter: @JMOrbegosoDev
- Github: @JMOrbegoso
- LinkedIn: @jmorbegosodev
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a βοΈ if this project helped you!
Copyright Β© 2023 JMOrbegoso.
This project is GNU licensed.