forked from colonelpanic/dotfiles
[Linux] No edit when installing arch dependencies
This commit is contained in:
parent
9a74d029e3
commit
2a456f5d55
@ -11,7 +11,7 @@ ESSENTIAL=(
|
|||||||
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
"openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode"
|
||||||
"keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
"keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet"
|
||||||
"pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon"
|
"pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon"
|
||||||
"pavucontrol" "xsettingsd-git" "udiskie"
|
"pavucontrol" "xsettingsd-git" "udiskie", "python-pip"
|
||||||
)
|
)
|
||||||
|
|
||||||
LANGUAGES=(
|
LANGUAGES=(
|
||||||
@ -33,9 +33,9 @@ MACBOOK=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
install_deps() {
|
install_deps() {
|
||||||
for dependency in indirect_expand "${1-ESSENTIAL}"
|
for dependency in "${APPEARANCE[@]}"
|
||||||
do
|
do
|
||||||
pacaur -S $dependency --noconfirm
|
pacaur -S $dependency --noconfirm --noedit --needed
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user