A command-line installer for Windows
Scoop란?
'A command-line installer for Windows'
윈도우 터미널에서 brew처럼 간편하게 설치할 수 있는 Command line tool
설치
파워쉘을 열고 입력한다.
> Set-ExecutionPolicy RemoteSigned -scope CurrentUser
> iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
이제 brew 처럼 설치할 수 있다.
scoop install curl
테마
PowreShell theme
> scoop install concfg
> concfg import solarized small
하이라이팅
scoop install pshazz
이제 자유롭게 사용하면 된다.
추천
scoop install sudo
sudo scoop install 7zip git openssh --global
scoop install curl grep sed less tail touch
scoop install python ruby go perl