tip
scoopって知ってる?便利だよ~
はじめに
sudo回で使ってるscoop
を入れます。投稿順序逆だね
前提環境
- PowerShell (^5) または PowerShell Core
- .Net Framework (^4.5)
tip
サポート中のWindowsなら問題ないはずです。
インストール
#非administrator
iwr -useb get.scoop.sh | iex
上記のコマンドを実行した際以下のようなエラーが発生した場合は、次のコマンドを実行した後に再度上記のコマンドを実行してください。
#エラー内容
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'
Set-ExecutionPolicy RemoteSigned -scope CurrentUser
How to
scoop install git
最後に
便利でしょ?
追加でjavaやphpなどのbucket(scoopでのリポジトリ)もあるので追加することが可能です。
じゃんじゃん使っていこうね~
tip
もしかすると、応用編も出るかもしれません。
投稿順序はGitHub行かないと基本的にはバレない:thinking: