Update .scripts/install_base.sh
This commit is contained in:
parent
7c9dc4673c
commit
dade2a4136
|
@ -5,7 +5,7 @@
|
|||
#
|
||||
|
||||
# Pacman packages
|
||||
sudo pacman --needed --noconfirm -Syu base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2
|
||||
sudo pacman --needed --noconfirm -Syu base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code
|
||||
|
||||
# Install Paru
|
||||
if pacman -Qs paru > /dev/null ; then
|
||||
|
@ -19,7 +19,7 @@ else
|
|||
fi
|
||||
|
||||
# AUR Packages
|
||||
paru --needed --noconfirm -Syua paru-bin ttf-cascadia-code
|
||||
paru --needed --noconfirm -Syua paru-bin
|
||||
|
||||
# Chezmoi apply dotfiles
|
||||
chezmoi init --apply https://inex.dev/v/dotfiles.git
|
||||
|
|
Loading…
Reference in a new issue