diff --git a/tasks/shell/arch_dependencies.sh b/tasks/shell/arch_dependencies.sh new file mode 100755 index 00000000..c54ea350 --- /dev/null +++ b/tasks/shell/arch_dependencies.sh @@ -0,0 +1,28 @@ +#!/usr/bin/env zsh + +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" + "keepassxc-git" "xorg-xrandr" "spotify" "htop" "rcm" "networkmanager-applet" + "pulseaudio-ctl" "pasystray" "xclip" "copyq" "notification-daemon" + "pavucontrol" "xsettingsd-git" "udiskie" +) + +LANGUAGES=( + "scala" "clojure" "leiningen" "boot" "go" "ruby" "node" "ghc" "rust" "rbenv" + "nvm" +) + +APPEARANCE=( + "adobe-source-code-pro-fonts" "emojione-color-font" "fontawesome" "ttf-roboto" "compton" + "screenfetch" "noto-fonts-cjk" "adapta-gtk-theme" "numix-icon-theme-git" +) + +NVIDIA=( + "nvidia-settings" "feh" +) + +MACBOOK=( + "broadcom-wl-dkms" "pommed-light" "batterymon-clone" +)