Skip to content

ZenLian/posh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My Zsh-like Powershell Configuration

  1. powershell core 7.1+
  2. install at least one of nerd-fonts. I prefer CascadiaCode.
  3. download fzf binary and make sure to put it in PATH.
  4. install thefuck, which Require python pip.
pip install thefuck

Install Modules:

Install-Module oh-my-posh -Scope CurrentUser -Force
Install-Module PSFzf -Scope CurrentUser -Force
Install-Module ZLocation -Scope CurrentUser -Force
Install-Module DirColors -Scope CurrentUser -Force

put this file at $HOME\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 then reload:

. $PROFILE

About

My zsh-like powershell configuration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published