Alexis12119 / powershell

Powershell Setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Setup

Powershell Setup

  • Clone this repository
git clone https://github.com/Alexis12119/powershell.git Documents\Powershell

NOTE: 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 time
irm get.scoop.sh | iex
scoop bucket add main
scoop install git
scoop bucket add main
scoop install oh-my-posh
scoop bucket add extras
scoop install terminal-icons
  • PSReadLine - Cmdlets for customizing the editing environment, used for autocompletion
scoop bucket add extras
scoop install psreadline
  • z - Directory jumper
scoop bucket add extras
scoop install z

About

Powershell Setup


Languages

Language:PowerShell 100.0%