dazoyee space

Scoop

Scoop によるセットアップについて

URL

https://scoop.sh/

Set Up

  1. 権限変更する
     Set-ExecutionPolicy RemoteSigned -scope CurrentUser
    
  2. インストール
     Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
    

Install

scoop install curl
scoop install git
# scoop install apache
scoop install maven
scoop install mariadb
scoop hold mariadb
scoop install nodejs
scoop install nssm
scoop install php
scoop hold php
scoop install sudo
scoop install busybox
scoop install docker
# scoop install concourse-fly
scoop install concourse-fly@6.7.1
scoop install azure-cli
# scoop install jenkins
scoop install prometheus
scoop install nginx
scoop install winsw
scoop install telnet
scoop install scala

scoop bucket add java
scoop install openjdk8-redhat
scoop install openjdk11
scoop install openjdk17
scoop install visualvm

scoop bucket add extras
# scoop install tomcat
scoop install jetbrains-toolbox
# scoop install sourcetree
# scoop install teraterm
scoop install winmerge
scoop install winscp
# scoop install windows-terminal
scoop install slack
scoop install zoom
scoop install jmeter
# scoop install firefox
# scoop install springboot
# scoop install cloudfoundry-cli
scoop install cloudfoundry-cli@6.53.0
scoop install vscode
# scoop install elasticsearch
# scoop install notion
# scoop install nexus-repository-oss
# scoop install grafana
scoop install jenv

scoop bucket add nerd-fonts
sudo scoop install monoid-NF

https://github.com/tetradice/scoop-iyokan-jp

scoop bucket add iyokan-jp https://github.com/tetradice/scoop-iyokan-jp
scoop install sakura-editor

https://github.com/dazoyee/scoop-bucket-ioridazo

scoop bucket add scoop-bucket-ioridazo https://github.com/ioridazo/scoop-bucket-ioridazo
scoop install scoop-bucket-ioridazo/lhaplus
scoop install scoop-bucket-ioridazo/adminer
scoop install scoop-bucket-ioridazo/VC_redist.x64
scoop install scoop-bucket-ioridazo/zipkin
scoop install scoop-bucket-ioridazo/kibana
scoop install scoop-bucket-ioridazo/elastic-agent
scoop install scoop-bucket-ioridazo/logstash

VC_redist.x64はwindowsサービスでphpを利用するときのサポートツール

https://github.com/shibadog/my-bucket2

scoop bucket add shibadog https://github.com/shibadog/my-bucket2
scoop install gcviewer
scoop install samurai
scoop install ytt

Update

Reset

バージョンの切り替え

scoop reset concourse-fly
scoop reset concourse-fly@6.7.1

Hold

バージョンの固定

scoop hold jmeter

Cache

インストールするための元ファイルを検索、削除

scoop cache show
scoop cache rm *

Cleanup

使用していないバージョンのインストール済みScoopアプリを削除

scoop cleanup *

Troubleshooting

$ scoop update
Updating Scoop...
Updating 'extras' bucket...
error: Your local changes to the following files would be overwritten by merge:
        scripts/everything/install-context.reg
        scripts/everything/uninstall-context.reg

everythingパッケージなどに関連するレジストリファイルが、そのファイルの扱いでしくじったせいで scoop update などに支障が出るようになった。

scoop bucket rm extra
scoop bucket add extra

Scoop、レジストリファイルの扱いのせいで地獄を見る