This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
class Erln8 < Formula | |
homepage '' | |
url 'https://github.com/metadave/erln8/archive/erln8-0.9.9.tar.gz' | |
sha256 '9c48a97c72232bac352245f712430addb70ddf1b86d31d8beb19ab41e2c44bf8' | |
depends_on 'glib' | |
depends_on 'pkg-config' => :build | |
depends_on 'gettext' | |
depends_on 'libffi' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" brew install vim --with-lua | |
" | |
" gem install haml-lint ruby-lint rubocop sass | |
" pip install pylint | |
" npm install -g js-yaml jsxhint eslint jsonlint | |
" https://github.com/ten0s/syntaxerl | |
set nocompatible | |
filetype off | |
" let mapleader="\<Space>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" brew install vim --with-lua | |
" | |
" gem install haml-lint ruby-lint rubocop sass | |
" pip install pylint | |
" npm install -g js-yaml jsxhint eslint jsonlint | |
" https://github.com/ten0s/syntaxerl | |
set nocompatible | |
filetype off | |
" let mapleader="\<Space>" |
OlderNewer