Clone to the folders below. If the path is different you will need to update the path in the PowerShell profile.
- Windows = F:\code\devconfig\
- macOS = /Users/merill/Documents/GitHub/devconfig
- Install with homebrew (macOS) and winget (Windows) following instructions at https://ohmyposh.dev/docs/installation/
- Install CaskadiyaCode NF font using oh-my-posh https://ohmyposh.dev/docs/installation/fonts
brew tap homebrew/cask-fonts
brew install --cask font-caskaydia-cove-nerd-font- Install terminal icons by starting PowerShell and running
Install-Module Terminal-Icons### PowerShell
Edit the PowerShell profile in iTerm (macOS), Windows Terminal (Windows) and VSCode using this command.
```powershell
code $PROFILEThen copy the content from the OS specific macOS/Windows-Profile.ps1 into the profile file. Update paths if needed.
- Set font size to 16 and font family to 'CaskaydiaCove Nerd Font'
- Set webGLRenderer to false (shows some weird artifacts on the screen if not)
iTerm Profiles are exported to macOS/iTerm2/Profiles.json.
If you make any changes remember to commit to git.
Note: One key config is Command in the iTerm profile. Using the -noprofile -command params will make the prompt load up faster.
/usr/local/microsoft/powershell/7/pwsh -l -nolTo find the path for pwsh use this command.
whereis pwsh- Apperance > Theme: Minimal
- Windows > Turn off everything except 'Hide scrollbars'
- PowerShell > Text > CaskaydiaCove | 16