Updates brew packages and supports Elm syntax in Vim
This commit is contained in:
		
							parent
							
								
									62cabc2e99
								
							
						
					
					
						commit
						f4f6a79481
					
				
					 2 changed files with 61 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,26 +1,84 @@
 | 
				
			||||||
 | 
					ack
 | 
				
			||||||
 | 
					ansifilter
 | 
				
			||||||
 | 
					arpack
 | 
				
			||||||
bash-completion
 | 
					bash-completion
 | 
				
			||||||
bind
 | 
					bind
 | 
				
			||||||
chromedriver
 | 
					chromedriver
 | 
				
			||||||
 | 
					cmake
 | 
				
			||||||
cmatrix
 | 
					cmatrix
 | 
				
			||||||
coreutils
 | 
					coreutils
 | 
				
			||||||
cowsay
 | 
					cowsay
 | 
				
			||||||
 | 
					ctags
 | 
				
			||||||
 | 
					elm
 | 
				
			||||||
 | 
					epstool
 | 
				
			||||||
 | 
					fftw
 | 
				
			||||||
 | 
					fltk
 | 
				
			||||||
 | 
					fontconfig
 | 
				
			||||||
 | 
					freetype
 | 
				
			||||||
 | 
					gcc
 | 
				
			||||||
 | 
					gd
 | 
				
			||||||
gdbm
 | 
					gdbm
 | 
				
			||||||
gettext
 | 
					gettext
 | 
				
			||||||
 | 
					ghostscript
 | 
				
			||||||
 | 
					gl2ps
 | 
				
			||||||
 | 
					glpk
 | 
				
			||||||
 | 
					gmp
 | 
				
			||||||
 | 
					gnu-sed
 | 
				
			||||||
 | 
					gnupg
 | 
				
			||||||
 | 
					gnuplot
 | 
				
			||||||
 | 
					graphicsmagick
 | 
				
			||||||
 | 
					hdf5
 | 
				
			||||||
 | 
					hping
 | 
				
			||||||
 | 
					htop
 | 
				
			||||||
httpie
 | 
					httpie
 | 
				
			||||||
 | 
					imagemagick
 | 
				
			||||||
 | 
					isl
 | 
				
			||||||
 | 
					jpeg
 | 
				
			||||||
jq
 | 
					jq
 | 
				
			||||||
json-c
 | 
					json-c
 | 
				
			||||||
 | 
					libevent
 | 
				
			||||||
 | 
					libmpc
 | 
				
			||||||
 | 
					libpng
 | 
				
			||||||
libstfl
 | 
					libstfl
 | 
				
			||||||
 | 
					libtiff
 | 
				
			||||||
 | 
					libtool
 | 
				
			||||||
 | 
					little-cms2
 | 
				
			||||||
 | 
					lua
 | 
				
			||||||
 | 
					metis
 | 
				
			||||||
 | 
					mpfr
 | 
				
			||||||
 | 
					nethogs
 | 
				
			||||||
newsbeuter
 | 
					newsbeuter
 | 
				
			||||||
 | 
					nmap
 | 
				
			||||||
 | 
					octave
 | 
				
			||||||
oniguruma
 | 
					oniguruma
 | 
				
			||||||
openssl
 | 
					openssl
 | 
				
			||||||
 | 
					pcre
 | 
				
			||||||
 | 
					phantomjs
 | 
				
			||||||
pidof
 | 
					pidof
 | 
				
			||||||
 | 
					pkg-config
 | 
				
			||||||
 | 
					plotutils
 | 
				
			||||||
 | 
					pstoedit
 | 
				
			||||||
pup
 | 
					pup
 | 
				
			||||||
python
 | 
					python
 | 
				
			||||||
 | 
					python3
 | 
				
			||||||
 | 
					qhull
 | 
				
			||||||
 | 
					qrupdate
 | 
				
			||||||
readline
 | 
					readline
 | 
				
			||||||
recode
 | 
					recode
 | 
				
			||||||
shc
 | 
					shc
 | 
				
			||||||
sqlite
 | 
					sqlite
 | 
				
			||||||
 | 
					suite-sparse
 | 
				
			||||||
 | 
					szip
 | 
				
			||||||
 | 
					tbb
 | 
				
			||||||
 | 
					texinfo
 | 
				
			||||||
 | 
					the_silver_searcher
 | 
				
			||||||
 | 
					tig
 | 
				
			||||||
 | 
					tmux
 | 
				
			||||||
 | 
					transfig
 | 
				
			||||||
tree
 | 
					tree
 | 
				
			||||||
 | 
					veclibfort
 | 
				
			||||||
 | 
					vim
 | 
				
			||||||
 | 
					webp
 | 
				
			||||||
wget
 | 
					wget
 | 
				
			||||||
xz
 | 
					xz
 | 
				
			||||||
zsh-syntax-highlighting
 | 
					zsh-syntax-highlighting
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -30,6 +30,9 @@ Plugin 'pangloss/vim-javascript'
 | 
				
			||||||
Plugin 'scrooloose/nerdtree'
 | 
					Plugin 'scrooloose/nerdtree'
 | 
				
			||||||
Plugin 'scrooloose/syntastic'
 | 
					Plugin 'scrooloose/syntastic'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					" Syntax Highlighting Support
 | 
				
			||||||
 | 
					Plugin 'lambdatoast/elm.vim'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
" Themes
 | 
					" Themes
 | 
				
			||||||
Plugin 'sickill/vim-monokai'
 | 
					Plugin 'sickill/vim-monokai'
 | 
				
			||||||
Plugin 'altercation/vim-colors-solarized'
 | 
					Plugin 'altercation/vim-colors-solarized'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue