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

36 lines
506 B
Bash
Raw Normal View History

2016-01-06 12:23:59 -06:00
#!/usr/bin/env bash
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 \
--noconfirm
pacaur -S \
gtk-theme-arc \
google-chrome-dev \
weechat \
ruby \
tcl \
mtpfs \
libmtp \
gvfs-mtp \
pass \
bash-completion \
--noconfirm --noedit
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
2016-01-06 12:23:59 -06:00