2018-04-12 10:28:36 -05:00
|
|
|
#!/usr/bin/env bash
|
2017-02-08 11:54:30 -06:00
|
|
|
|
2018-12-10 13:55:19 -06:00
|
|
|
pacaur --needed -S \
|
|
|
|
arc-gtk-theme-git `# GTK Theme` \
|
2017-11-14 17:31:30 -06:00
|
|
|
elementary-icon-theme `# GUI File Explorer Icons` \
|
|
|
|
thunar thunar-volman gvfs `# GUI File Explorer + Volume Management/Auto-Mount Disks)` \
|
2019-03-19 10:54:11 -05:00
|
|
|
samba `# Sharing Files with other (Windows) PCs` \
|
2017-11-14 17:31:30 -06:00
|
|
|
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` \
|
|
|
|
accountsservice `# Mainly for User Avatars with LightDM` \
|
|
|
|
deluge `# GUI Torrent Client` \
|
|
|
|
lightdm lightdm-gtk-greeter `# Nice User Login` \
|
|
|
|
polybar-git `# Bar` \
|
2019-03-19 10:54:11 -05:00
|
|
|
php `# PHP Language` \
|
2017-11-14 17:31:30 -06:00
|
|
|
nginx `# Web Server` \
|
2019-03-19 10:54:11 -05:00
|
|
|
postgresql pgcli `# RDBMS` \
|
2017-11-14 17:31:30 -06:00
|
|
|
urxvt-perls-git urxvt-resize-font-git `# rxvt-unicode scripts` \
|
|
|
|
neofetch `# swag` \
|
|
|
|
cloc `# For counting lines of code` \
|
|
|
|
ttf-noto-fonts-simple ttf-noto-fonts-ib noto-fonts-emoji `# Emoji` \
|
|
|
|
siji-git gohufont artwiz-fonts phallus-fonts-git `# Bitmap Fonts` \
|
2018-09-25 14:19:35 -05:00
|
|
|
autorandr `# Monitor Helper` \
|
2018-11-03 14:17:39 -05:00
|
|
|
keybase keybase-gui kbfs `# Keybase Applications` \
|
2017-02-08 13:08:47 -06:00
|
|
|
--noconfirm --noedit
|