Update .chezmoiscripts/00-chaotic-aur.sh
Update .config/packages/archbaby
This commit is contained in:
parent
157a8df54d
commit
e229e5520c
2 changed files with 9 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
{{ if eq .chezmoi.osRelease.id "arch" -}}
|
{{ if eq .chezmoi.osRelease.id "arch" -}}
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
|
sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com
|
||||||
pacman-key --lsign-key 3056513887B78AEB
|
sudo pacman-key --lsign-key 3056513887B78AEB
|
||||||
pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst'
|
sudo 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'
|
sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst'
|
||||||
|
|
||||||
printf '%b' "[chaotic-aur]\bInclude = /etc/pacman.d/chaotic-mirrorlist"
|
printf '%b' "[chaotic-aur]\nInclude = /etc/pacman.d/chaotic-mirrorlist" | copyq copy -
|
||||||
sudo pacman -Sy
|
set_color yellow && echo 'Please paste in /etc/pacman.conf then run sudo pacman -Sy' && set_color normal
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -28,6 +28,8 @@ catppuccin-gtk-theme-mocha
|
||||||
catppuccin-latte-grub-theme-git
|
catppuccin-latte-grub-theme-git
|
||||||
catppuccin-macchiato-grub-theme-git
|
catppuccin-macchiato-grub-theme-git
|
||||||
catppuccin-mocha-grub-theme-git
|
catppuccin-mocha-grub-theme-git
|
||||||
|
chaotic-keyring
|
||||||
|
chaotic-mirrorlist
|
||||||
cheat-bin
|
cheat-bin
|
||||||
chezmoi
|
chezmoi
|
||||||
cmake
|
cmake
|
||||||
|
@ -84,6 +86,7 @@ libmythes
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
libtransmission
|
libtransmission
|
||||||
libva-mesa-driver
|
libva-mesa-driver
|
||||||
|
lightly-kf5-git
|
||||||
linux
|
linux
|
||||||
linux-firmware
|
linux-firmware
|
||||||
linux-firmware-qlogic
|
linux-firmware-qlogic
|
||||||
|
|
Loading…
Reference in a new issue