Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dammerung2718/kur

Based package manager
https://github.com/dammerung2718/kur

linux macos package-manager rust

Last synced: about 17 hours ago
JSON representation

Based package manager

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

## Installation

Run this

```
cargo install kur
```