Skip to content

kalider/powershell-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

My Powershell Config

Requirement

Scope

iwr -useb get.scoop.sh | iex

Git

winget install -e --id Git.Git

Curl Sudo jq

scoop install curl sudo jq

Neovim

scoop install neovim gcc

Terminal Icons

Install-Module -Name Terminal-Icons -Repository PSGallery -Force

z -> Directory Jumper

Install-Module -Name z -Force

PSReadLine

Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck

PSFzf

scoop install fzf
Install-Module -Name PSFzf -Scope CurrentUser -Force

Font Hack NF

Change Windows Terminal font to Hack NF. Download font Hack NF from Nerd Fonts.

Installation

  • clone this repo to the .config folder
git clone https://github.com/kalider/powershell-config.git powershell
  • Install module posh-git and oh-my-posh
Install-Module posh-git -Scope CurrentUser -Force
Install-Module oh-my-posh -Scope CurrentUser -Force
  • Include powershell config to the main config

    run this command:

    nvim $PROFILE.CurrentUserCurrentHost

    and then add this

    . $env:USERPROFILE\.config\powershell\user_profile.ps1
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published