Skip to content

Commit

Permalink
added ssh agent in windwos
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobhviid committed Jul 3, 2020
1 parent 56e4da7 commit 2a66003
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-1-managers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Invoke-WebRequest https://dl.appget.net/appget/appget.setup.exe -o appget.exe
Install-Module -Name posh-git
Install-Module -Name oh-my-posh

Get-Service -Name ssh-agent | Set-Service -StartupType Automatic
Start-Service ssh-agent

# install WSL features
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Expand Down
1 change: 1 addition & 0 deletions install-2-applications.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ appget install quicklook
scoop install git
git config --global user.name "Jakob Hviid"
git config --global user.email "[email protected]"
git config --global core.sshcommand "C:/Windows/System32/OpenSSH/ssh.exe"

scoop install aria2 sudo
scoop bucket add extras
Expand Down

0 comments on commit 2a66003

Please sign in to comment.