Skip to content

darkpowerxo/CodeSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CodeSetup

setting up a coding environment
step 1:
install windows terminal from the windows store.
install powershll from the windows store

step 2:
download CascadiaCove nerd font from
https://www.nerdfonts.com/font-downloads

step 3: in vs code and in the terminal set the default font as CascadiaCove nerd font

step 4: copy Microsoft.PowerShell_profile.ps1 to $username/Documents/PowerShell

step 5:

winget install JanDeDobbeleer.OhMyPosh  
winget install --id Git.Git -e --source winget  
Install-Module -Name Terminal-Icons -Repository PSGallery  
Install-Module PSReadLine -RequiredVersion 2.1.0  

thanks to
Scott Hanselman: https://gist.github.com/shanselman
https://github.com/devblackops/Terminal-Icons
https://devblogs.microsoft.com/powershell/announcing-psreadline-2-1-with-predictive-intellisense/

About

setting up a coding environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors