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/20-install-packages.bash

101 lines
3.7 KiB
Bash
Raw Normal View History

2018-04-12 10:28:36 -05:00
#!/usr/bin/env bash
2019-09-15 08:43:52 -05:00
if egrep -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
2020-11-07 22:23:52 -06:00
yay -Sy \
2020-11-01 19:12:11 -06:00
xf86-input-libinput \
2020-12-07 22:41:05 -06:00
fwupd \
2020-11-01 19:12:11 -06:00
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
2019-09-24 08:51:02 -05:00
pigz `# Multi-core gzipping` \
Squashed commit of the following: commit 74cc8fa92e890153855597467cb0cc6981acb5ba Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Jan 24 12:45:49 2020 -0600 MIC SCRIPT commit dbd88dde4bc4e03e57505983c0fb199d8625122d Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Jan 23 12:38:19 2020 -0600 Mic script, amd stuff, more fish fixes commit dadb7da642d1b7fbf27612c2e0f4b9aae457931a Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Jan 23 09:51:03 2020 -0600 Remove more generated fish stuff, more fixes commit b09a25cc17561ed4e97690dfd1decac3fc49e279 Author: Daniel Flanagan <daniel@lytedev.io> Date: Wed Jan 22 17:25:47 2020 -0600 More fixes to various things commit 58f662628019d56458a537e487bc5e630220a6ac Author: Daniel Flanagan <daniel@lytedev.io> Date: Wed Jan 22 08:34:12 2020 -0600 Updates commit 00e919f7f53f046fbd621dd92a30376020bd73ff Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 14:28:45 2020 -0600 Fix notes and add vim pager commit 5100983350a9e9a30b0b87cc56897bbca521daa2 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 14:01:06 2020 -0600 More fixes and cleanup commit 85eab2155c7b884e5426790263e329df60c9c2dc Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 13:09:31 2020 -0600 More notes commit da496b7f0c41b0cfaa888782ce3773f05096f868 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 12:43:55 2020 -0600 Maybe actually fix colors? commit 3c11353256bebd3e543b65373f5130ea19badf05 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 12:32:23 2020 -0600 Colors fixed? commit f2a5060e7dd7e77a10e6e75e25b3a178ee2c7c03 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 11:40:26 2020 -0600 Things commit f44d0d54799ebbf7a59fad032a83cfa0d7da645a Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 10:54:09 2020 -0600 Kitty colors commit 5f0fa76a67db2e933faf6bcc158e89b14e778112 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 10:49:06 2020 -0600 More updates for fish migration commit 5b05be9fe7b353589f771dd3c09ec2be2803e1be Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 09:14:08 2020 -0600 Nah commit fe0f1d8e32f990a43f510433a7cfc85c02fcfabc Merge: 52fe38f 205c12a Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 09:13:09 2020 -0600 Merge branch 'dev' of ssh://git.lyte.dev:2222/lytedev/dotfiles into dev commit 52fe38f42a84b5afd6b00bf6e2afe6e93e25f77d Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 20 09:12:52 2020 -0600 More fish fixes commit 205c12a0517fa09c711d2abdbc6ee2cc02f22ecd Author: Daniel Flanagan <daniel@lytedev.io> Date: Sat Jan 18 23:15:13 2020 -0600 WIP commit b73c4b26a4bcaedfa03e540035a57434972ce27a Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Jan 17 10:36:20 2020 -0600 Remove debug code, fix asdf references for fish commit d6ecaf88be5f6e56321d123a6651007048183d53 Merge: 2e6b90b 46793bb Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Jan 17 10:34:01 2020 -0600 Merge remote-tracking branch 'origin/lappy' into dev commit 2e6b90bed3d61dc53a055ab83c3ae885f4361140 Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Jan 17 10:26:00 2020 -0600 Pulsemixer > pavucontrol and some sway fixes commit 46793bb7353dc964191c67162c416bdd372a992d Author: Daniel Flanagan <daniel@lyte.dev> Date: Fri Jan 17 03:02:53 2020 -0600 Whew commit 26f32a0c6b5934fbbfe3dabd03e945957df4a0f6 Author: Daniel Flanagan <daniel@lyte.dev> Date: Thu Jan 16 17:01:59 2020 -0600 WIP fish configuration commit fb0389eea4124d2b3a1866aef846c42c389a69e3 Author: Daniel Flanagan <daniel@lyte.dev> Date: Thu Jan 16 13:30:35 2020 -0600 Fiiiish commit 2f1af8411adec6ae34d122dfb02b666ea3b4f097 Author: Daniel Flanagan <daniel@lyte.dev> Date: Thu Jan 16 13:28:23 2020 -0600 Stuff commit ba8ec1f5248f1c30c7ab69f73cd05ca223631712 Author: Daniel Flanagan <daniel@lyte.dev> Date: Thu Jan 9 19:02:31 2020 -0600 Fix some dock stuff, erlang with wx commit d80a823ce2723f9ab283ee92cda30644e00cd770 Merge: 36d58e0 5195a85 Author: Daniel Flanagan <daniel@lytedev.io> Date: Wed Jan 8 13:32:56 2020 -0600 Merge remote-tracking branch 'origin/lappy' into wip-refactor commit 36d58e037f830475af636cdbde0b6ffd2dc9ec30 Author: Daniel Flanagan <daniel@lytedev.io> Date: Wed Jan 8 10:59:45 2020 -0600 Testing signed commits commit 5195a855a6619cbe72af8c806bca5de8d30cecc5 Author: Daniel Flanagan <daniel@lyte.dev> Date: Tue Jan 7 19:38:43 2020 -0600 Bars commit 1acb330746b88b6e1a1660fd2dd3166829775b5a Author: Daniel Flanagan <daniel@lyte.dev> Date: Tue Jan 7 11:36:12 2020 -0600 SWAAAAAY commit f547e5ec2848c4963129d756d7388dbabd15f73c Merge: aa29acb b1709d1 Author: Daniel Flanagan <daniel@lyte.dev> Date: Tue Jan 7 10:59:24 2020 -0600 Merge remote-tracking branch 'origin/wip-refactor' into lappy commit b1709d1e94b13199184fb1c8b95fb6b7f7c96a2f Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Jan 7 10:59:22 2020 -0600 Stuff commit aa29acb364023a109d562fcdf0338477ec7aa213 Merge: 66cc873 2456dad Author: Daniel Flanagan <daniel@lyte.dev> Date: Tue Jan 7 10:58:29 2020 -0600 Merge remote-tracking branch 'origin/wip-refactor' into lappy commit 2456dad7def9c24442ba33b94dbe2ae0b2e0d267 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Jan 6 11:15:30 2020 -0600 Zstd commit 66cc8734a82055d05b42ad63821ec35466b960ea Author: Daniel Flanagan <daniel@lyte.dev> Date: Tue Dec 31 21:48:49 2019 -0600 Fix sudo setup and use fancy email for git commit a05c02e1fb31a6c44d442ddda43ffb8ef5e74b9b Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Dec 31 17:03:22 2019 -0600 Fancy colors commit 026220fe2623fd4bcccbb8b5aeae003bfce1c53f Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Dec 31 16:55:45 2019 -0600 SMTP tools commit e2a854df650710ee7cf32f713d8edf0d198d23be Merge: 0d0e131 825d91b Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Dec 31 15:07:09 2019 -0600 Merge branch 'wip-refactor' into lappy commit 0d0e131714c756be933e158919908c19e0c35b2b Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Dec 31 14:26:44 2019 -0600 Stuff commit 825d91b46250c283ddc6f128d8857bbb4b31e8cf Author: Daniel Flanagan <daniel@lytedev.io> Date: Tue Dec 31 10:15:01 2019 -0600 Utility updates commit ae350894af674e454882197c11a312063b6df050 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Dec 30 10:02:14 2019 -0600 Lul. commit ea5debe38cf18bd4ad1b02e756e6ae6acc9a214b Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Dec 16 17:21:44 2019 -0600 WIP chat system commit c40fe94b7027ba9a58786fe4683e3b076b551ccd Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Dec 16 09:57:21 2019 -0600 Add weechat config commit 76e8a68c34dcbce613255dc4e6c4a7e5b643ce53 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Dec 16 09:51:21 2019 -0600 Preparing for weechat stuf commit 25aecdc139099c904d60b9c02b4adace7ea1acd8 Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Dec 13 11:32:15 2019 -0600 Goodies? commit 8d1e86feb4ebccec06233f8ea1f67b75d63cf222 Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 12 13:31:18 2019 -0600 Logging for pipelines? commit b81bdf6abd767e4f071e78b8478c52eab4a75479 Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 12 13:17:20 2019 -0600 errors break things? commit 6f7d80d761f0879e241c8d6ede24ad2199b674d1 Merge: 7659442 bc5ce9e Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 12 13:04:52 2019 -0600 Merge branch 'master' of ssh://git.lyte.dev:2222/lytedev/dotfiles commit 76594427ff4b991b4695847d2c3d0d110932c0c5 Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 12 13:00:03 2019 -0600 Pipelines! commit 972508e74de6e41fd2633b1405c032935f8d9a3c Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 12 11:02:24 2019 -0600 WIP pipeline commit 898848669cfd5f26e9034295d7c5d3c2401fca09 Author: Daniel Flanagan <daniel@lytedev.io> Date: Fri Dec 6 10:08:42 2019 -0600 Archive commit 16895af7988aaf53b0dcbeb19c598f601ba2773c Author: Daniel Flanagan <daniel@lytedev.io> Date: Thu Dec 5 16:09:52 2019 -0600 Helpful bins commit 3a8eb5d475cba74985e89f4f779827b6e60c4755 Author: Daniel Flanagan <daniel@lytedev.io> Date: Mon Dec 2 09:31:28 2019 -0600 Move a lot of stuff around
2020-01-24 12:46:51 -06:00
iw `# WiFi Power Saving` \
2019-09-15 08:43:52 -05:00
arc-gtk-theme `# GTK Theme` \
elementary-icon-theme `# GUI File Explorer Icons` \
thunar thunar-volman gvfs `# GUI File Explorer + Volume Management/Auto-Mount Disks)` \
samba `# Sharing Files with other (Windows) PCs` \
gvfs-smb `# Auto-Detect Samba Shares` \
ttf-opensans ttf-dejavu ttf-liberation `# Fonts` \
avr-libc avr-gcc dfu-programmer dfu-util `# Keyboard Programming Utilities` \
xorg-xbacklight `# Xorg Backlight Control` \
gimp inkscape krita `# Image/Vector Editing Applications` \
audacity `# Audio Editing Application` \
cmake `# Cross-Platform Make` \
2020-11-01 19:12:11 -06:00
accountsservice `# Mainly for User Avatars with Display Manager` \
gdm `# Display Manager of choice` \
2020-03-09 14:46:18 -05:00
deluge deluge-gtk cairo python-cairo `# GUI Torrent Client` \
2020-11-20 20:35:46 -06:00
elixir nodejs erlang rustup \
php `# PHP Language` \
nginx `# Web Server` \
postgresql pgcli `# RDBMS` \
neofetch `# swag` \
cloc `# For counting lines of code` \
2020-11-01 19:12:11 -06:00
noto-fonts noto-fonts-emoji `# Emoji` \
2019-09-15 08:43:52 -05:00
docker `# Containers` \
discord `# Chat` \
steam steamcmd lutris `# Games` \
gnome-shell `# Guh-nome Guh-shell` \
vlc `# Video Viewer` \
2019-09-26 12:04:23 -05:00
ncdu `# Disk Usage Analyzer` \
zathura zathura-pdf-mupdf `# Document Viewer` \
2019-11-14 14:11:36 -06:00
libinput libinput-gestures `# Trackpad Control` \
2020-11-01 19:12:11 -06:00
efibootmgr efivar `# UEFI Boot CLI Stuff` \
glu mesa wxgtk2 libpng `# Various` \
2020-11-07 22:23:52 -06:00
gammastep `# Redshift for Wayland` \
weechat `# IRC Client` \
aria2 `# Downloads Manager` \
dmenu `# Application Launcher` \
ripgrep `# Code Search Utilities` \
fd `# File Search` \
2020-11-20 21:40:10 -06:00
exa `# Better ls` \
2020-11-07 22:23:52 -06:00
sd `# Easy Find/Replace` \
2020-11-20 21:40:10 -06:00
bat `# Better Cat` \
2020-11-07 22:23:52 -06:00
fzf `# Fuzzy File Finder` \
htop `# Process Management and System Resources Monitoring` \
openssh mosh `# Remote Access` \
openssl `# Crypto` \
asdf-vm `# Runtime Version Manager` \
python python-pip `# Python 3 Language` \
2020-11-22 00:21:37 -06:00
hexyl `# CLI Hex Viewer` \
2020-12-07 20:50:13 -06:00
pass passff-host `# Password Management` \
2020-11-07 22:23:52 -06:00
firefox-developer-edition `# Default Web Browser` \
rsync `# File Transfer` \
alsa-utils `# Audio Utilities` \
alsa-plugins `# Plugins for ALSA` \
pulseaudio pavucontrol pulsemixer `# Audio Backend and Controls` \
2020-11-21 23:13:58 -06:00
playerctl `# Media Keys Controls` \
neovim-git `# Text Editors` \
sc-im `# Spreadsheets` \
2020-11-07 22:23:52 -06:00
unzip `# Simple Unzipping` \
tmux `# Terminal Multiplexer` \
kitty `# Almost Better Terminal Emulator` \
feh `# Image Viewer & Wallpaper Manager` \
wlroots-git sway-git `# Wayland Compositor` \
swaylock-git swayidle-git `# Auto-Locking for Sway` \
kanshi-git `# Monitor Management for Sway` \
waybar-git mako-git `# Sway Bar & Notifications` \
slurp grim wl-clipboard `# Sway Screen Selection & Clipping` \
pipewire pipewire-pulse libpipewire02 `# Pipewire` \
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
obs-studio-wayland obs-xdg-portal `# OBS` \
2020-11-07 22:23:52 -06:00
ttf-iosevka `# Primary Fonts` \
ttf-font-awesome `# Icon Font` \
curl `# HTTP Utility` \
w3m `# Viewing Images in Terminals` \
jq `# CLI for Interacting with JSON` \
ranger `# CLI File Manager` \
httpie `# httpie and neovim dependencies` \
docker docker-compose `# Yummy containers` \
inotify-tools `# Watching` \
fish `# Shell` \
time `# GNU time` \
fortune-mod fortune-mod-archlinux `# Fortune` \
diff-so-fancy `# Fancy Diffs` \
oath-toolkit `# One-Time Passwords` \
2020-11-20 20:35:46 -06:00
sysstat `# System Statistics` \
2020-11-20 21:40:10 -06:00
man-db man-pages `# Come On, Man!` \
2020-11-20 20:35:46 -06:00
ripcord `# Discord and Slack Client`