warbacon / powershell-profile

Making powershell suck less πŸš«πŸ‘…

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My PowerShell 7 profile πŸ—£οΈ

This was made exclusively for Windows and PowerShell 7, not Windows PowerShell.

If you want to use this on Linux or MacOS, you are weird, but you can make this work if you have the dependencies I specify below for your operating system and change some paths made for Windows within the profile.

Dependencies

git is used to clone the repository

winget install Git.Git

and starship is used as prompt, though is optional.

winget install Starship.Starship

Installation

Just clone this repository as your Powershell 7 profile:

git clone https://github.com/Warbacon/powershell-profile.git "$HOME\Documents\Powershell"

About

Making powershell suck less πŸš«πŸ‘…


Languages

Language:PowerShell 100.0%