Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realharley91/kur
Based package manager
https://github.com/realharley91/kur
linux macos package-manager rust
Last synced: 19 days ago
JSON representation
Based package manager
- Host: GitHub
- URL: https://github.com/realharley91/kur
- Owner: realharley91
- Created: 2024-09-10T00:45:16.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T21:49:51.000Z (4 months ago)
- Last Synced: 2024-12-02T09:29:40.369Z (2 months ago)
- Topics: linux, macos, package-manager, rust
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kur
Based package manager.
Installs whatever is listed in a `kurfile`.```
# Common Packages
entr #brew #ubuntu
gh #brew #ubuntu
ripgrep #brew #ubuntu# Ubuntu Packages
build-essential #ubuntu# Brew Packages
bazelisk #brew
elixir #brew
fd #brew
go #brew
jj #brew
tree #brew# Cargo Packages
bob-nvim #cargo
cargo-outdated #cargo
cargo-watch #cargo
mdbook #cargo
starship #cargo
```Supported platforms are
- Cargo
- OSX/Homebrew
- Ubuntu
- Alpine
- Pip## Installation
Run this
```
cargo install kur
```