PowerShell Cheat-SheetΒΆ
PowerShell is a task automation and configuration management program from Microsoft, consisting of a command-line shell and the associated scripting language.
Install PowerShellΒΆ
PowerShell was made open-source and cross-platform with PowerShell Core, and can be installed on multiple operating systems.
WindowsΒΆ
- Download MSI Package from the Official PowerShell Docs
- Set up PowerShell Profile in Windows Terminal.
Linux (Ubuntu)ΒΆ
ProfileΒΆ
Set up a PowerShell Profile by opening the profile script :
(Optional) Set up starship PromptΒΆ
You can customize the look and feel of PowerShell with the Starship Prompt ([[starship]]).