diff --git a/tasks/shell/arch_dependencies.sh b/tasks/shell/arch_dependencies.sh index d287e146..54627578 100755 --- a/tasks/shell/arch_dependencies.sh +++ b/tasks/shell/arch_dependencies.sh @@ -8,11 +8,11 @@ indirect_expand() { ESSENTIAL=( "lightdm-git" "zsh" "git" "emacs-git" "autoconf" "pkg-config" "pyenv" "autoconf" "automake" "the_silver_searcher" "jdk8-openjdk" "openjdk8-doc" - "openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "rxvt-unicode" + "openjdk8-src" "ghc" "cabal-install" "sparkleshare" "rofi" "termite" "rofi-pass" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet" "pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon" "pass" "pavucontrol" "xsettingsd-git" "udisks" "udiskie" "python-pip" - "gnome-keyring" "ntp" "nss-mdns" + "gnome-keyring" "ntp" "nss-mdns" "avahi" "nss-mdns" ) NEEDED=( @@ -42,6 +42,11 @@ MACBOOK=( "broadcom-wl-dkms" "pommed-light" "batterymon-clone" ) +SERVICES=( + "sshd.socket" "nvidia-persistenced.service" "NetworkManager.service" + "--user vncserver@:1" "autorandr.service" "avahi-daemon.service" +) + install_deps() { for dependency in "${APPEARANCE[@]}" do