# scoop-buckets **Repository Path**: hongdada/scoop-buckets ## Basic Information - **Project Name**: scoop-buckets - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-12 - **Last Updated**: 2023-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```powershell # add bucket scoop bucket add hongdada https://gitee.com/hongdada/scoop-buckets cd $env:SCOOP\buckets\meta\; git config pull.rebase true # update bucket scoop update # all manifests can be seached with `scoop search`. scoop search meta/ # install scoop-completion (scoop tab completion) scoop install scoop-completion # install scoop-search (fast `scoop search`) or scoop-search-multisource(Searches Scoop buckets: local, remote, zip, html) scoop install scoop-search scoop-search-multisource scoop-search scoops # install apps from this bucket with `scoop install`. scoop install meta/ ```