windows:pshazz

Pshazz - Powershell プロファイルの拡張

Scoop によるインストール

$ scoop install pshazz
Installing 'pshazz' (0.2020.05.23) [64bit]
Downloading https://github.com/lukesampson/pshazz/archive/e39443e96a744dd62e3054079b25b46297f2eaee.zip (-1 B)...
 
Checking hash of e39443e96a744dd62e3054079b25b46297f2eaee.zip ... ok.
Extracting e39443e96a744dd62e3054079b25b46297f2eaee.zip ... done.
Adding pshazz to your powershell profile.
 
           _                   _
 _ __  ___| |__   __ _ _______| |
| '_ \/ __| '_ \ / _` |_  /_  / |
| |_) \__ \ | | | (_| |/ / / /|_|
| .__/|___/_| |_|\__,_/___/___(_)
|_|
 
The ssh-agent service is disabled. Please enable the service and try again.
You can enable it by running 'Set-Service ssh-agent -StartupType Manual'
Your PowerShell is now powered by pshazz!
Linking ~\scoop\apps\pshazz\current => ~\scoop\apps\pshazz\0.2020.05.23
Creating shim for 'pshazz'.
'pshazz' (0.2020.05.23) was installed successfully!

PowerShell 起動時に「The ssh-agent service is disabled. Please enable the service and try again.」と言われたら…

PowerShell 7.0.3
Copyright (c) Microsoft Corporation. All rights reserved.
 
https://aka.ms/powershell
Type 'help' to get help.
 
The ssh-agent service is disabled. Please enable the service and try again.
You can enable it by running 'Set-Service ssh-agent -StartupType Manual'
Loading personal and system profiles took 2067ms.
~ $

管理者として以下のコマンドを実行する。

$ sudo Set-Service ssh-agent -StartupType Manual
  • windows/pshazz.txt
  • 最終更新: 2020/09/12 02:33
  • by ともやん