Update .scripts/install_base.sh
This commit is contained in:
parent
b5200114f9
commit
c28fc48a62
|
@ -12,6 +12,9 @@ sudo pacman -Su --needed --noconfirm
|
|||
# Install packages
|
||||
sudo pacman --needed --noconfirm -S 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 ponysay lm_sensors wget fish mosh jq pkgfile reflector
|
||||
|
||||
# Fire reflector (should probably call it there directly with custom config)
|
||||
sudo systemctl start reflector
|
||||
|
||||
# Sync pkgfile db
|
||||
sudo pkgfile -u
|
||||
|
||||
|
|
Loading…
Reference in a new issue