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

69 lines
2.6 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 \
xf86-input-libinput \
libinput libinput-gestures `# Trackpad Control` \
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
arc-gtk-theme `# GTK Theme` \
elementary-icon-theme `# GUI File Explorer Icons` \
thunar thunar-volman gvfs `# GUI File Explorer + Volume Management/Auto-Mount Disks)` \
2021-12-23 07:01:27 -06:00
ttf-iosevka-lyte `# My font` \
ttf-opensans `# Fonts` \
avr-libc avr-gcc dfu-programmer dfu-util `# Keyboard Programming Utilities` \
gimp inkscape krita `# Image/Vector Editing Applications` \
audacity `# Audio Editing Application` \
deluge deluge-gtk `# GUI Torrent Client` \
gdm `# Display Manager of choice` \
pigz `# Multi-core gzipping` \
samba `# Sharing Files with other (Windows) PCs` \
gvfs-smb `# Auto-Detect Samba Shares?` \
cmake `# Cross-Platform Make` \
elixir nodejs erlang rustup `# Langs` \
php `# PHP Language` \
nginx `# Web Server` \
2021-12-23 07:01:27 -06:00
python python-pip `# Python 3 Language` \
ctags `# Tags` \
postgresql pgcli `# RDBMS` \
2021-12-23 07:01:27 -06:00
sc-im `# Spreadsheets` \
cloc `# For counting lines of code` \
noto-fonts noto-fonts-emoji `# Emoji` \
2022-05-25 11:58:40 -05:00
discord `# Personal & Voice Chat` \
slack-desktop `# Work Chat` \
steam steamcmd lutris `# Games` \
gnome-shell `# Guh-nome Guh-shell` \
vlc `# Video Viewer` \
zathura zathura-pdf-mupdf `# Document Viewer` \
glu mesa wxgtk2 libpng `# Graphical Libs` \
gammastep `# Redshift for Wayland` \
dmenu `# Application Launcher` \
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-05-25 11:54:02 -05:00
kitty-git `# Terinal Emulator` \
alsa-utils `# Audio Utilities` \
alsa-plugins `# Plugins for ALSA` \
2021-05-10 13:29:39 -05:00
pavucontrol pulsemixer `# Audio Backend and Controls` \
playerctl `# Media Keys Controls` \
feh `# Image Viewer & Wallpaper Manager` \
2022-08-11 09:41:31 -05:00
wlroots sway swaybg `# Wayland Compositor` \
2021-03-25 09:04:51 -05:00
swaylock swayidle `# Auto-Locking for Sway` \
kanshi `# Monitor Management for Sway` \
wofi `# Sway app launcher` \
waybar mako `# Sway Bar & Notifications` \
slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \
2022-05-25 11:54:02 -05:00
pipewire pipewire-pulse wireplumber `# Pipewire` \
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
2021-05-10 13:29:39 -05:00
obs-studio `# OBS` \
ttf-font-awesome `# Icon Font` \
ripcord `# Discord and Slack Client`