/PowershellSetup

Powershell environment setup

Primary LanguagePowerShellMIT LicenseMIT

PowershellSetup

My personal powershell environment setup. All of the following I use:

To Use

Make sure submodules are synced using git submodule update --init

Run .\install.ps1. Requires Powershell 6 or higher

You can also follow the links to understand how to install each component individually

Useful added commands

  • which - similar to which in bash, unfolds the definition of something. which which will show the command definition of itself
  • $__ - displays the last output. See the Out-Default.ps1 for more details
  • ctrl+r will search through history of commands