If you are reading this, you are a nerd :)
This repository contains several packages I use and share on all of my personal arch machines. Feel free to use them. Be careful with the architecture though.
add this to your /etc/pacman.conf
[he7086]Server = https://repo.heyi7086.com/$arch
download the public key and trust it
xxxxxxxxxxcurl https://repo.heyi7086.com/key.gpg -o key.gpgsudo pacman-key --add key.gpgsudo pacman-key --lsign A5959A3CA955ACCCFE6BEC5991869A806C6DB6CD
update the database, and install any package you want
xxxxxxxxxxsudo pacman -Syu
| name | description | arch |
|---|---|---|
| ttf-iosevka-he7086{,-nerd} | my customized version of iosevka font | any |
| he7086-meta | meta package that depends on most important packages I use | any |
| raspi-led-killer | a service to disable leds on raspberry pi | any |
| neovim-symlinks | symlinks that replaces vim/vi/edit etc. with neovim | any |
| xxd-standalone | standalone xxd | x86_64 |
| archlinux-icons | artwork of archlinux | any |
2023-12-07: dropped aarch64 repo