shell profile configs
Windows setup
NOTE: THIS IS ALL DIFFERENT NOW WITH WINDOWS TERMINAL
%windir%\system32\WindowsPowerShell\v1.0\profile.ps1 This profile applies to all users and all shells.
--- Below here, is pretty much where we want to live ---
%UserProfile%\Documents\WindowsPowerShell\profile.ps1 This profile applies only to the current user, but affects all shells.
Requires colortool and dracula powershell theme
Verify profile path
$profile
Profile structure should look something like this
%UserProfile%\Documents\WindowsPowerShell
|--ColorTool
|--schemes
|--Dracula-Color.itermcolors
|--othercolorfiles.itermcolors
|--ColorTool.exe
|--Profile.ps1
colortool (only really need the colortool release) - link on the page. https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool
note needs to be set in the terminal preferences
dracula powerhell theme (only need the iterm color file)
place .itermcolors file inside colortool themes
https://github.com/dracula/powershell
https://github.com/dracula/powershell/blob/master/theme/Dracula-ColorTool.itermcolors
note needs to be set in the terminal preferences
using cascadia code
https://github.com/microsoft/cascadia-code
copy .zprofile in to $HOME