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/arch_linux/3-utils.bash

58 lines
852 B
Bash
Raw Normal View History

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)
source $DIR/variables.bash
sudo pacman -S \
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 \
--noconfirm
pacaur -S \
gtk-theme-arc \
weechat \
ruby \
tcl \
mtpfs \
libmtp \
gvfs-mtp \
pass \
2016-07-28 06:56:03 -05:00
qutebrowser \
bash-completion \
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 \
mutt procmail msmtp \
ncmpcpp mpd \
rsync \
samba \
thunar-shares-plugin \
gvfs-smb \
2016-11-05 01:10:21 -05:00
elementary-icon-theme \
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 \
pmount \
2016-11-29 14:29:35 -06:00
qt5-webengine \
2016-11-30 13:57:45 -06:00
ruby \
--noconfirm --noedit
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