2016-01-06 12:23:59 -06:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2016-09-24 06:25:35 -05:00
|
|
|
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
|
2016-01-07 01:09:52 -06:00
|
|
|
source $DIR/variables.bash
|
|
|
|
|
|
|
|
sudo pacman -S \
|
2016-06-25 01:46:46 -05:00
|
|
|
tree \
|
|
|
|
rofi \
|
|
|
|
slock \
|
|
|
|
the_silver_searcher \
|
|
|
|
thunar thunar-volman gvfs \
|
|
|
|
audacity \
|
|
|
|
luakit \
|
|
|
|
gimp \
|
|
|
|
alsa-utils \
|
|
|
|
wpa_actiond \
|
|
|
|
ifplugd \
|
|
|
|
htop \
|
2016-10-25 20:01:42 -05:00
|
|
|
openssh \
|
|
|
|
openssl \
|
2016-06-25 01:46:46 -05:00
|
|
|
--noconfirm
|
|
|
|
|
|
|
|
pacaur -S \
|
|
|
|
gtk-theme-arc \
|
2016-06-23 18:35:15 -05:00
|
|
|
weechat \
|
|
|
|
ruby \
|
|
|
|
tcl \
|
2016-06-25 01:46:46 -05:00
|
|
|
mtpfs \
|
|
|
|
libmtp \
|
|
|
|
gvfs-mtp \
|
|
|
|
pass \
|
2016-07-28 06:56:03 -05:00
|
|
|
qutebrowser \
|
2016-06-25 01:46:46 -05:00
|
|
|
bash-completion \
|
2016-07-02 06:30:30 -05:00
|
|
|
avr-libc avr-gcc dfu-programmer dfu-util \
|
2016-07-14 15:22:19 -05:00
|
|
|
reptyr \
|
2016-07-29 19:03:51 -05:00
|
|
|
fzf \
|
2016-07-15 16:27:19 -05:00
|
|
|
urxvt-perls-git \
|
2016-07-29 11:57:36 -05:00
|
|
|
mutt procmail msmtp \
|
2016-07-29 13:59:10 -05:00
|
|
|
ncmpcpp mpd \
|
2016-07-31 20:59:35 -05:00
|
|
|
rsync \
|
2016-09-12 23:58:01 -05:00
|
|
|
samba \
|
|
|
|
thunar-shares-plugin \
|
2016-11-18 15:42:05 -06:00
|
|
|
gvfs-smb \
|
2016-11-05 01:10:21 -05:00
|
|
|
elementary-icon-theme \
|
2016-09-12 23:58:01 -05:00
|
|
|
nmap \
|
2016-10-01 01:26:31 -05:00
|
|
|
pulseaudio-ctl \
|
2016-10-25 20:01:42 -05:00
|
|
|
pavucontrol \
|
2016-10-27 11:44:31 -05:00
|
|
|
alsa-plugins \
|
2016-11-05 01:10:21 -05:00
|
|
|
nvidia-beta \
|
|
|
|
lib32-nvidia-beta \
|
2016-11-29 14:29:35 -06:00
|
|
|
qt5-webengine \
|
2016-11-30 13:57:45 -06:00
|
|
|
ruby \
|
2016-11-30 14:10:17 -06:00
|
|
|
xorg-xbacklight \
|
2016-12-08 12:35:29 -06:00
|
|
|
i3lock-blur \
|
2016-06-25 01:46:46 -05:00
|
|
|
--noconfirm --noedit
|
2016-01-07 01:09:52 -06:00
|
|
|
|
2016-07-28 06:56:03 -05:00
|
|
|
# sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
|
2016-01-06 12:23:59 -06:00
|
|
|
|