Add .chezmoiscripts/00-chaotic-aur.sh
Update .config/packages/archbaby
This commit is contained in:
parent
8117ee9e13
commit
157a8df54d
2 changed files with 12 additions and 2 deletions
11
.chezmoiscripts/run_before_00-chaotic-aur.sh.tmpl
Normal file
11
.chezmoiscripts/run_before_00-chaotic-aur.sh.tmpl
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ if eq .chezmoi.osRelease.id "arch" -}}
|
||||
#!/usr/bin/env bash
|
||||
|
||||
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
|
||||
pacman-key --lsign-key 3056513887B78AEB
|
||||
pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'
|
||||
pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
|
||||
|
||||
printf '%b' "[chaotic-aur]\bInclude = /etc/pacman.d/chaotic-mirrorlist"
|
||||
sudo pacman -Sy
|
||||
{{- end -}}
|
|
@ -1,3 +1,4 @@
|
|||
[1m[33m -> [0m[0mAvoid running yay as root/sudo.
|
||||
aic94xx-firmware
|
||||
alsa-utils
|
||||
amd-ucode
|
||||
|
@ -143,14 +144,12 @@ qt5-svg
|
|||
qt5ct
|
||||
qt6-wayland
|
||||
razercommander
|
||||
rbw
|
||||
re2c
|
||||
redis
|
||||
reflector
|
||||
ripgrep
|
||||
rofi
|
||||
rofi-calc
|
||||
rofi-rbw
|
||||
rsync
|
||||
rust
|
||||
sddm
|
||||
|
|
Loading…
Reference in a new issue