Skip to content

heathdbrown/windows_terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

windows_terminal

Configuration settings for my Windows terminal

Getting Started

PowerLine

Installation

copy settings.json $USERPROFILE\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

SSH-agent

https://docs.microsoft.com/en-us/windows-server/administration/openssh/openssh_keymanagement

In an administrative powershell terminal add the following to have the ssh-agent start automatically

get-service -name ssh-agent | set-service -StartupType Automatic

In a standard powershell/windows terminal add the key

ssh-add ~/.ssh/idrsa

About

Configuration settings for my Windows terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published