Update arch packages

This commit is contained in:
Ivan Malison 2016-09-08 13:11:50 -07:00
parent 5065459e6b
commit a96b425ffb
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -5,14 +5,21 @@ from invoke import task
from .util import RESOURCES_DIRECTORY
ARCH_PACKAGES = [
PACKAGES = [
"adobe-source-code-pro-fonts", "lib32-alsa-lib", "synergy", "git",
"pkg-config", "pyenv", "rbenv", "alsa-utils", "patch", "spotify",
"google-chrome", "autoconf", "automake", "cask", "emacs-git", "xmobar",
"the_silver_searcher", "jdk8-openjdk", "openjdk8-doc", "openjdk8-src",
"scala", "clojure", "go", "ruby", "node", "ghc", "rust", "nodejs", "nvm",
"nvidia-settings", "gnome-tweak-tool", "screenfetch", "htop", "tmux",
"texlive-most", "leiningen", "boot", "gnome-settings-daemon"
"texlive-most", "leiningen", "boot", "gnome-settings-daemon", "roboto",
"accountsservice", "lightdm-webkit-theme-material-git", "openssh",
"chrome-remote-desktop", "gtk-theme-arc", "mosh",
]
SERVICES = [
"sshd.socket"
]