Update various arch installs
This commit is contained in:
parent
bd8dfa678e
commit
087aec304e
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ GIT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||||
# gnome-keyring is for VS Code
|
# gnome-keyring is for VS Code
|
||||||
yay -S gnome-keyring --noconfirm --needed
|
yay -S gnome-keyring --noconfirm --needed
|
||||||
yay -S swaylock swaybg --noconfirm --needed
|
yay -S swaylock swaybg --noconfirm --needed
|
||||||
yay -S networkmanager-iwd --noconfirm --needed
|
yay -S networkmanager-iwd networkmanager-dmenu-git --noconfirm --needed
|
||||||
yay -S pipewire-pulse pavucontrol blueman bluetooth-support qpwgraph --noconfirm --needed
|
yay -S pipewire-pulse pavucontrol blueman bluetooth-support qpwgraph --noconfirm --needed
|
||||||
yay -S brightnessctl --noconfirm --needed
|
yay -S brightnessctl --noconfirm --needed
|
||||||
|
yay -S nemo gnome-calculator --noconfirm --needed
|
||||||
|
|
||||||
# Install catppuccin grub theme
|
# Install catppuccin grub theme
|
||||||
git clone --depth=1 https://github.com/catppuccin/grub
|
git clone --depth=1 https://github.com/catppuccin/grub
|
||||||
|
|
Loading…
Reference in a new issue