1
0
Fork 0

add pkg: dash

This commit is contained in:
Pratham Patel 2023-02-26 15:09:53 +05:30
parent fb57bca1d5
commit c57989eb1b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ pacman --sync --refresh --refresh
################################################################################
# absolutely necessary for _MY_ experience
PKGS_TO_INSTALL=(base bash bind cron curl dhcpcd efibootmgr findutils iputils keepassxc ksh less libdrm linux linux-firmware linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
PKGS_TO_INSTALL=(base bash bind cron curl dash dhcpcd efibootmgr findutils iputils keepassxc ksh less libdrm linux linux-firmware linux-lts lsb-release lsof man man-db man-pages nano neovim networkmanager opendoas openssh openssl os-prober pacman-contrib reflector rsync tmux wireguard-tools zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting)
# power management
PKGS_TO_INSTALL+=(acpi_call lm_sensors xfce4-power-manager)