iwr -useb get.scoop.sh | iex
winget install -e --id Git.Git
scoop install curl sudo jq
scoop install neovim gcc
Install-Module -Name Terminal-Icons -Repository PSGallery -Force
Install-Module -Name z -Force
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
scoop install fzf
Install-Module -Name PSFzf -Scope CurrentUser -Force
Change Windows Terminal font to Hack NF. Download font Hack NF from Nerd Fonts.
- clone this repo to the
.config
folder
git clone https://github.com/kalider/powershell-config.git powershell
- Install module
posh-git
andoh-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