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

26 lines
470 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 \
rofi \
slock \
the_silver_searcher \
2016-01-19 01:20:43 -06:00
thunar thunar-volman \
luakit \
2016-01-11 09:22:54 -06:00
alsa-utils \
2016-04-20 18:20:23 -05:00
wpa_actiond \
ifplugd \
--noconfirm
pacaur -S \
gtk-theme-arc \
firefox-developer \
google-chrome-dev \
--noconfirm --noedit
sudo ln -s /usr/bin/firefox-developer /usr/bin/firefox
sudo ln -s /usr/bin/google-chrome-unstable /usr/bin/chrome
2016-01-06 12:23:59 -06:00