about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-11-11T20·20-0500
committerWilliam Carroll <wpcarro@gmail.com>2016-11-11T20·20-0500
commitf4f6a794811c98f657e853167b16171dc257f8d0 (patch)
tree756dbec6b5b0144bcf62df14cf592fb76a821798
parent62cabc2e996bd3286fde9c0aa981ad96456c550a (diff)
Updates brew packages and supports Elm syntax in Vim
-rw-r--r--brew_packages.txt58
-rw-r--r--configs/.vimrc3
2 files changed, 61 insertions, 0 deletions
diff --git a/brew_packages.txt b/brew_packages.txt
index e9c365d70666..1aa0f2ea86c0 100644
--- a/brew_packages.txt
+++ b/brew_packages.txt
@@ -1,26 +1,84 @@
+ack
+ansifilter
+arpack
 bash-completion
 bind
 chromedriver
+cmake
 cmatrix
 coreutils
 cowsay
+ctags
+elm
+epstool
+fftw
+fltk
+fontconfig
+freetype
+gcc
+gd
 gdbm
 gettext
+ghostscript
+gl2ps
+glpk
+gmp
+gnu-sed
+gnupg
+gnuplot
+graphicsmagick
+hdf5
+hping
+htop
 httpie
+imagemagick
+isl
+jpeg
 jq
 json-c
+libevent
+libmpc
+libpng
 libstfl
+libtiff
+libtool
+little-cms2
+lua
+metis
+mpfr
+nethogs
 newsbeuter
+nmap
+octave
 oniguruma
 openssl
+pcre
+phantomjs
 pidof
+pkg-config
+plotutils
+pstoedit
 pup
 python
+python3
+qhull
+qrupdate
 readline
 recode
 shc
 sqlite
+suite-sparse
+szip
+tbb
+texinfo
+the_silver_searcher
+tig
+tmux
+transfig
 tree
+veclibfort
+vim
+webp
 wget
 xz
 zsh-syntax-highlighting
diff --git a/configs/.vimrc b/configs/.vimrc
index 59f5e963c8a3..55f73e5718db 100644
--- a/configs/.vimrc
+++ b/configs/.vimrc
@@ -30,6 +30,9 @@ Plugin 'pangloss/vim-javascript'
 Plugin 'scrooloose/nerdtree'
 Plugin 'scrooloose/syntastic'
 
+" Syntax Highlighting Support
+Plugin 'lambdatoast/elm.vim'
+
 " Themes
 Plugin 'sickill/vim-monokai'
 Plugin 'altercation/vim-colors-solarized'