DEV Community

7ji9xmel
7ji9xmel

Posted on

Setting ChrisTitusTech powershell profile for Terminal and VS Code

Execute the following command in an elevated PowerShell window to install the PowerShell profile:

irm "https://github.com/ChrisTitusTech/powershell-profile/raw/main/setup.ps1" | iex
Enter fullscreen mode Exit fullscreen mode

Terminal

  1. Open the Terminal app and navigate to Settings
  2. Under the Profiles section click PowerShell
  3. Under Additional Settings click Appearance
  4. Change Font face to "CaskaydiaCove Nerd Font"

VS Code

  1. Open VS Code and navigate to File->Preferences->Settings
  2. In the search bar write "terminal font"
  3. Write "CaskaydiaCove NF" in the text area under Font Family

Image of the Font Family text area value after the operations in the VS Code section

Top comments (1)

Collapse
 
filipposgiannakopoulos profile image
FPG

good stuff bro