Go to file
Gal Szkolnik 0a2bb25700 Added better constrol over waiting for editor 2021-07-14 17:05:48 -04:00
7zip =Added comment to convertto-zip for clarity 2021-06-24 09:43:37 -04:00
HomeAssistant Updated HA package 2021-05-23 16:13:28 -04:00
ansible Ansible Output improvements 2021-05-09 23:45:23 -04:00
base Added better constrol over waiting for editor 2021-07-14 17:05:48 -04:00
base.linux Improve performance of Package identification 2021-04-27 16:04:12 +00:00
base.win Added Get-EventLogSz (after pulling upstream) 2021-05-25 16:11:16 +00:00
docker Bug fix for Get-DockerProcess 2021-06-24 09:47:51 -04:00
git Add -UseBasicParsing to bypass warning in Windowsi 2021-05-12 09:34:42 -04:00
hastebin Added haste module with New-Haste cmdlet 2021-05-08 17:48:32 -04:00
scoop scoop package support for [SessionData] 2021-06-29 15:06:01 -04:00
shell-loading-snippets Fixed startup issues 2021-04-27 17:41:00 -04: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 SessionData Get bug when persistent storage doesn't exist yet 2021-06-29 22:46:33 +00: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).