My Steps I take to set up the new windows terminal for how I like it
- The following needs to be installed first to get the posh git line syntactic sugar showing:
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
- Don't forget to set execution roles:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
-
Set up terminal settings with the settings from the settings.json file.
-
copy contents of PowerShell profile into the profile file create by
notepad $PROFILE
in PowerShell.
-
Install the font files from ttf.
-
Vim setup can be found here, pull it into ~/.vim_runtime: https://github.com/oldtimerza/vimrc
-
Install AutoHotKey and run the QuakeStyle script using it.