Skip to content

A simple place to backup my personal windows terminal config.

Notifications You must be signed in to change notification settings

oldtimerza/windows-terminal-config

Repository files navigation

My Windows Terminal Setup

My Steps I take to set up the new windows terminal for how I like it

  1. 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
  1. Don't forget to set execution roles:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Set up terminal settings with the settings from the settings.json file.

  2. copy contents of PowerShell profile into the profile file create by

 notepad $PROFILE

in PowerShell.

  1. Install the font files from ttf.

  2. Vim setup can be found here, pull it into ~/.vim_runtime: https://github.com/oldtimerza/vimrc

  3. Install AutoHotKey and run the QuakeStyle script using it.

About

A simple place to backup my personal windows terminal config.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published