Skip to content

DrDonoso/PowershellTerminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My powershell terminal

A brief description on how to install my custom powershell terminal.

Installation

Clone this repository to start with the installation.

Execution Policy

Maybe there will be some problems with the executions policies, to solve it run:

Set-ExecutionPolicy Unrestricted

Install font

It is required to have a nerd font to use all the icons. Here, I am using Caskaydia Font. To install it, open the files and click install as shown in the image:

Install-Fonts

Then, on windows terminal, update your Powershell profile to use this font:

Terminal-Font

Install Terminal-Icons

This module displays directory listing color and icons.

Install-Module -Name Terminal-Icons -Repository PSGallery

Install PSReadLine

We will need PSReadLine for autocompletion and predictive IntelliSense. Install it with:

Install-Module PSReadLine -Force

Install PSFzf

PSFzf is a fzf wrapper.

First, install fzf with chocolatey or scoop:

choco install fzf

And then, install PSFzf:

Install-Module PSFzf

Install gawk

choco install gawk

Install oh-my-posh

We need oh-my-posh.

winget install JanDeDobbeleer.OhMyPosh

Then, run the install.ps1 script to create the profile and add the oh-my-posh prompt and add the alias. Reload the terminal to reload $PATH and apply changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published