- Clone this repository
git clone https://github.com/Alexis12119/powershell.git Documents\PowershellNOTE: Put nightly.omp.json in the $env:POSH_THEMES_PATH
- Scoop - A command-line installer
NOTE: Use Only PowerShell (version 5.1 or later).
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first timeirm get.scoop.sh | iex- Git for Windows - Version Control
scoop bucket add mainscoop install git- Oh My Posh - Prompt theme engine
scoop bucket add mainscoop install oh-my-posh- Terminal Icons - Folder and file icons
scoop bucket add extrasscoop install terminal-icons- PSReadLine - Cmdlets for customizing the editing environment, used for autocompletion
scoop bucket add extrasscoop install psreadline- z - Directory jumper
scoop bucket add extrasscoop install z