scoopを入れよう!!

aki

!!! info tip scoopって知ってる?便利だよ~

はじめに

sudo回で使ってるscoopを入れます。投稿順序逆だね

前提環境

  • PowerShell (^5) または PowerShell Core
  • .Net Framework (^4.5)

!!! info tip サポート中のWindowsなら問題ないはずです。

インストール

1
2
#非administrator
iwr -useb get.scoop.sh | iex

上記のコマンドを実行した際以下のようなエラーが発生した場合は、次のコマンドを実行した後に再度上記のコマンドを実行してください。

1
2
3
4
#エラー内容
PowerShell requires an execution policy in [Unrestricted, RemoteSigned, ByPass] to run Scoop.
For example, to set the execution policy to 'RemoteSigned' please run :
'Set-ExecutionPolicy RemoteSigned -scope CurrentUser'
1
Set-ExecutionPolicy RemoteSigned -scope CurrentUser

How to

1
scoop install git

最後に

便利でしょ? 追加でjavaやphpなどのbucket(scoopでのリポジトリ)もあるので追加することが可能です。

じゃんじゃん使っていこうね~

!!! info tip もしかすると、応用編も出るかもしれません。

投稿順序はGitHub行かないと基本的にはバレない:thinking:

Built with Hugo
テーマ StackJimmy によって設計されています。