This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/os/linux/arch/provision.d/optional/ui-packages.bash

45 lines
1.8 KiB
Bash
Raw Normal View History

#!/usr/bin/env bash
2021-12-23 07:01:27 -06:00
# if grep -E -q '^\[multilib\]$' /etc/pacman.conf; then
# echo "Multilib Repository Already Enabled!"
# else
# echo "Enabling Multilib Repository (with sudo)..."
# sudo sh -c 'echo -e "\n\n[multilib]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf'
# fi
# TODO: some of these may be laptop-only?
2021-12-23 07:01:27 -06:00
# TODO: switch from Thunar to Nautilus?
2022-05-25 11:54:02 -05:00
paru -Sy --needed \
2022-12-13 13:41:40 -06:00
xf86-input-libinput libinput libinput-gestures `# Trackpad Settings and Customizations` \
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
2022-12-13 13:41:40 -06:00
arc-gtk-theme elementary-icon-theme `# GUI Theme Stuff` \
thunar thunar-volman gvfs `# File Manager` \
2023-05-05 13:46:24 -05:00
ttf-iosevka-lyte ttf-nerd-fonts-symbols-mono ttf-opensans `# Fonts` \
2022-12-13 13:41:40 -06:00
avr-libc avr-gcc dfu-programmer dfu-util `# MCU Programming Utilities` \
gimp inkscape krita `# Image/Vector Editing Applications` \
audacity `# Audio Editing Application` \
cmake `# Cross-Platform Make` \
2022-11-22 13:38:56 -06:00
caddy `# Web Server` \
noto-fonts noto-fonts-emoji `# Emoji` \
vlc `# Video Viewer` \
zathura zathura-pdf-mupdf `# Document Viewer` \
2022-12-13 13:41:40 -06:00
gammastep `# Screen Color Temp Adjuster` \
2022-10-30 10:55:02 -05:00
firefox `# Default Web Browser` \
hunspell-en_US `# Firefox Spell Checking` \
2021-12-23 07:01:27 -06:00
passff-host `# Pass integration in Firefox` \
2022-12-13 13:41:40 -06:00
kitty-git `# Terminal Emulator` \
2023-05-09 12:05:12 -05:00
wezterm `# Terminal Emulator` \
2022-12-13 13:41:40 -06:00
pavucontrol pulsemixer `# Pulseaudio Controls` \
playerctl `# Media Keys Controls` \
2022-12-13 13:41:40 -06:00
feh `# Image Viewer and Wallpaper Manager` \
2023-05-09 12:05:12 -05:00
hyprland hyprpaper `# Wayland Compositor` \
polkit-kde-agent `# Privilege Escalation` \
swaylock swayidle `# Locking and Idling` \
2022-12-13 13:41:40 -06:00
waybar mako `# Bar and Notifications` \
slurp grim wl-clipboard `# Screenshots and Clipboard Utilities` \
pipewire pipewire-pulse wireplumber `# Audio System` \
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
2022-12-13 13:41:40 -06:00
obs-studio `# Audio and Video Streaming` \
2023-05-09 12:39:56 -05:00
eww-wayland `# Wayland Widgets`