summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh31
1 files changed, 9 insertions, 22 deletions
diff --git a/install.sh b/install.sh
index 3a7f101..b359f10 100755
--- a/install.sh
+++ b/install.sh
@@ -167,29 +167,16 @@ mount "${boot}" /mnt/boot
# Sync packages
pacman -Syy
-# Base packages
-basestrap /mnt base base-devel dinit elogind-dinit
-
-# Linux & utilities
-basestrap /mnt --needed \
- linux linux-firmware \
- grub efibootmgr os-prober \
- mkinitcpio btrfs-progs \
- alsa-utils curl less \
- vim git man-{db,pages} \
- bc acpi btop fastfetch tmux \
- openresolv tree unzip
-
-if [[ "${extrapkgs}" == true ]]; then
-# Extra packages
+# Install packages
basestrap /mnt --needed \
- aspell-en jq \
- artools-base pacman-contrib namcap \
- calcurse rclone rsync snapper stow \
- ttf-{hack,dejavu,liberation} \
- ttf-{hack-nerd,font-awesome} \
- brightnessctl
-fi
+ base base-devel dinit elogind-dinit \
+ linux linux-firmware \
+ grub efibootmgr os-prober \
+ mkinitcpio btrfs-progs \
+ alsa-utils curl less \
+ vim git man-{db,pages} \
+ bc acpi btop fastfetch tmux \
+ openresolv tree unzip
# Get CPU type for microcode
ucode=amd-ucode