27 lines
472 B
Bash
Executable file
27 lines
472 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
pacaur -S \
|
|
gtk-theme-arc-git \
|
|
xorg-drivers \
|
|
elementary-icon-theme \
|
|
lemonbar-xft-git \
|
|
thunar thunar-volman gvfs \
|
|
gvfs-smb \
|
|
ttf-opensans ttf-dejavu ttf-liberation \
|
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
|
xorg-xbacklight \
|
|
gimp \
|
|
audacity \
|
|
reptyr \
|
|
cmake python python2-pip \
|
|
accountsservice \
|
|
xss-lock \
|
|
deluge \
|
|
lightdm lightdm-gtk-greeter \
|
|
polybar-git \
|
|
php \
|
|
nginx \
|
|
urxvt-perls-git \
|
|
samba \
|
|
--noconfirm --noedit
|