Code Monkey home page Code Monkey logo

echo-scoop's Introduction

echo-scoop

Quick Start

https://github.com/lukesampson/scoop/wiki/Quick-Start

Installing Scoop

Make sure you have allowed PowerShell to execute local scripts

set-executionpolicy remotesigned -scope currentuser

Installing Scoop to Custom Directory

$env:SCOOP='D:\scoop'
[environment]::setEnvironmentVariable('SCOOP',$env:SCOOP,'User')
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

How to install bucket

scoop bucket add echo https://github.com/echoiron/echo-scoop

App of installing bucket

scoop install echo/app_name

# e.g.
scoop install echo/fscapture

Delete all buckets

scoop bucket rm *

Commonly used commands

scoop update
scoop update *
scoop install extras/sumatrapdf
scoop install [email protected]
scoop install wechat -f
scoop uninstall discord -p
scoop cache rm notepad2
scoop cleanup *

Commonly used buckets

  • powershell
scoop bucket add main ;`
scoop bucket add extras ;`
scoop bucket add jetbrains https://github.com/Ash258/Scoop-JetBrains ;`
scoop bucket add echo https://github.com/echoiron/echo-scoop ;`
scoop bucket add dodorz https://github.com/dodorz/scoop ;`
scoop bucket add dorado https://github.com/chawyehsu/dorado ;`
scoop bucket add 42wim https://github.com/42wim/scoop-bucket ;`
scoop bucket add mochi https://github.com/Qv2ray/mochi
  • dos
scoop bucket add main & ^
scoop bucket add extras & ^
scoop bucket add jetbrains https://github.com/Ash258/Scoop-JetBrains & ^
scoop bucket add echo https://github.com/echoiron/echo-scoop & ^
scoop bucket add dodorz https://github.com/dodorz/scoop & ^
scoop bucket add dorado https://github.com/chawyehsu/dorado & ^
scoop bucket add 42wim https://github.com/42wim/scoop-bucket & ^
scoop bucket add mochi https://github.com/Qv2ray/mochi

Other app buckets

https://rasa.github.io/scoop-directory/by-score

echo-scoop's People

Contributors

echoiron avatar nexus01 avatar dennischancs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.