forked from colonelpanic/dotfiles
Reindent arch dependencies
This commit is contained in:
parent
00dde9abd3
commit
b9c395e134
@ -1,13 +1,17 @@
|
||||
import os
|
||||
|
||||
from invoke import task
|
||||
|
||||
from .util import RESOURCES_DIRECTORY
|
||||
|
||||
|
||||
ARCH_PACKAGES = [
|
||||
"synergy", "adobe-source-code-pro-fonts", "pyenv", "rbenv", "alsa-utils",
|
||||
"patch", "spotify", "google-chrome", "autoconf", "automake", "cask", "emacs25-git",
|
||||
"xmobar", "the_silver_searcher", "jdk8-openjdk", "openjdk8-doc", "openjdk8-src",
|
||||
"scala", "clojure", "go", "ruby", "node", "ghc", "rust",
|
||||
"lib32-alsa-lib", "synergy", "git", "adobe-source-code-pro-fonts", "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",
|
||||
]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user