Go to file
Szkolnik Media Master ccf99f656d =Added ssh-auth.tmpl to myconfig 2022-02-14 18:36:25 -05:00
7zip Numerous fixes + a new command 2021-10-11 20:41:46 -04:00
BitWarden Introduction of BitWarden package + prep 2022-02-03 19:08:16 -05:00
HomeAssistant =Added powershell-pipeline functionality to ha cmdlets 2022-02-05 16:20:25 -05:00
ImageMagick Magick, choco packages + more 2021-11-15 14:42:46 -05:00
PowerLine A lot of changes 2022-01-29 17:52:59 -05:00
Proxmox =Created proxmox package 2022-02-05 16:19:08 -05:00
WinCreds Stuff 2021-11-30 22:04:04 -05:00
ansible Ansible Output improvements 2021-05-09 23:45:23 -04:00
base =Added ssh-auth.tmpl to myconfig 2022-02-14 18:36:25 -05:00
base.linux =Fixed auto loaded code 2022-02-05 16:44:01 -05:00
base.win =Fixes 2022-01-04 14:00:49 -05:00
chezmoi A lot of changes 2022-01-29 17:52:59 -05:00
choco Magick, choco packages + more 2021-11-15 14:42:46 -05:00
docker =Fixed auto loaded code 2022-02-05 16:44:01 -05:00
flatpak A lot of changes 2022-01-29 17:52:59 -05:00
git Better.... 2021-09-10 01:20:12 -04:00
hastebin Added haste module with New-Haste cmdlet 2021-05-08 17:48:32 -04:00
scoop Minor tweaks for windows env 2021-12-13 23:23:45 -05:00
shell-loading-snippets =fixing some linux native related issues 2021-09-30 16:27:44 -04:00
xserver Stuff 2021-11-30 22:04:04 -05:00
zfs zls is now Get-ZfsItem with zls as an Alias 2022-02-06 15:25:50 -05:00
.gitignore Added Pause and RandomString + some minor fixes 2021-04-02 22:58:01 +00:00
LICENSE Initial commit 2020-09-16 10:56:03 -04:00
README.md updated README.md after renaming the setup script 2021-06-22 00:22:58 -04:00
Setup-ScriptEnv.ps1 =Fix profile listing mechanism 2022-01-29 16:35:26 -05:00

README.md

PowerShell Scripts

These are the scripts that go into $MyPSScriptRoot which is part of my $env:PATH.

The development of these is documented in my blog: https://blog.lksz.me

They are provided 'as is' for your review and for your reuse.

This is the way

Below are instrucitons for initializing/setting up this envrionment:

iwr https://lksz.me/pwsz | iex
_Init # [-WriteInitScript] [-sudo] [-Force] [-NoGitClone] [-GitURL <alternative git URL>] [-WhatIf] [-Confirm] [<CommonParameters>]

This sets up the $PROFILE file, and initilizes the default dir $MyPSScriptRoot with a git clone of this repo. The https://lksz.me/pwsz actually points to the Setup-ScriptEnv.ps1 script, which means, that after you have the Scripts directory setup, you can call Setup-ScriptEnv -WriteInitScript to update the $PROFILE after the setup script has been modified (or updated via git pull).