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

https://github.com/berberman/myrepo

My archlinux repo
https://github.com/berberman/myrepo

Last synced: 11 months ago
JSON representation

My archlinux repo

Awesome Lists containing this project

README

          

# myrepo

Add the key to pacman keyring:

```
# wget -qO - https://raw.githubusercontent.com/berberman/myrepo/master/berberman.asc \
| pacman-key --add -
```

You can check the fingerprint:

```
# pacman-key --finger C4F93F1ED397E8CF
```

Then sign it locally:

```
# pacman-key --lsign-key C4F93F1ED397E8CF
```

Append this repo in `/etc/pacman.conf`:

```
[berberman]
Server = https://repo.typed.icu/$arch
```