21 lines
431 B
Bash
Executable file
21 lines
431 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
pacaur -S \
|
|
gtk-theme-arc \
|
|
elementary-icon-theme \
|
|
lemonbar-xft-git \
|
|
thunar thunar-volman gvfs \
|
|
thunar-shares-plugin \
|
|
gvfs-smb \
|
|
terminus-font ttf-monaco gohufont artwiz-fonts phallus-fonts-git \
|
|
ttf-opensans ttf-dejavu \
|
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
|
xorg-xbacklight \
|
|
gimp \
|
|
audacity
|
|
reptyr \
|
|
cmake python2 python2-pip \
|
|
lightdm \
|
|
polybar-git \
|
|
--noconfirm --noedit
|