summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 8e6751a..0042070 100755
--- a/install.sh
+++ b/install.sh
@@ -361,6 +361,23 @@ grub_options="--target=x86_64-efi --efi-directory=/boot --bootloader-id=GRUB"
artix-chroot /mnt bash -c "grub-install ${grub_options}"
artix-chroot /mnt bash -c "grub-mkconfig -o /boot/grub/grub.cfg"
+echo "BASE INSTALLATION COMPLETE"
+
+# Install desktop
+if [[ "${swaydesktop}" == true ]]; then
+ basestrap /mnt --needed \
+ sway swaybg waybar swaylock swayidle wl-clipboard \
+ brightnessctl mako wlsunset bemenu-wayland \
+ pipewire-{alsa,pulse,jack} wireplumber rtkit \
+ ttf-{dejavu,hack-nerd} \
+ pacman-contrib namcap \
+ pass aspell-en rsync jq grim slurp eza \
+ vifm newsraft calcurse zathura-pdf-poppler yt-dlp mpv \
+ bluez-dinit bluez-utils \
+ podman podman-compose flatpak \
+ dillo firefox
+fi
+
# FINISH
swapoff -a
umount -R /mnt