https://github.com/realharley91/kur
Based package manager
https://github.com/realharley91/kur
linux macos package-manager rust
Last synced: 2 months ago
JSON representation
Based package manager
- Host: GitHub
- URL: https://github.com/realharley91/kur
- Owner: realharley91
- Created: 2024-09-10T00:45:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T21:49:51.000Z (almost 2 years ago)
- Last Synced: 2025-07-12T16:46:57.029Z (12 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
```