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

https://github.com/thomiceli/...

.files
https://github.com/thomiceli/...

Last synced: 2 months ago
JSON representation

.files

Awesome Lists containing this project

README

          

## brew

```
brew tap Homebrew/bundle
brew bundle dump
brew bundle
```

## pacman

```
pacman -S - < pacman.txt
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -S - < pacman.txt
```