add one-shot usage guide

This commit is contained in:
kuoi 2022-08-22 01:17:49 +01:00
parent 9da94c6eb6
commit 38ce2e47bd
1 changed files with 10 additions and 1 deletions

View File

@ -68,7 +68,6 @@ QT_QPA_PLATFORM=wayland
## Use My Arch Linux Repository
Add the following content to the /etc/pacman.conf
```
[guoyi]
Server = https://repo.malacology.net/$arch
@ -80,3 +79,13 @@ install GPG keyring to use my repository
# pacman-key --finger B1F96021DB62254D
# pacman-key --lsign-key B1F96021DB62254D
```
then sync the database
```
# pacman -Syu
```
install all pkgs you need
```
# pacman -Sy $(curl -sS https://git.malacology.net/malacology/dotconfig/raw/branch/master/pkglist)
```