forked from colonelpanic/dotfiles
[Arch] Add beginnings of dependencies script
This commit is contained in:
parent
e838740a27
commit
d8827f56a0
28
tasks/shell/arch_dependencies.sh
Executable file
28
tasks/shell/arch_dependencies.sh
Executable file
@ -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"
|
||||
)
|
Loading…
Reference in New Issue
Block a user