Update Brewfile

This commit is contained in:
2019-09-04 13:40:35 +01:00
parent 98b3470c16
commit 668c5e41f8

View File

@@ -1,7 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
# rubocop:disable Naming/FileName
# #
# Setup # Setup
# #
@@ -30,6 +28,7 @@ brew 'git-crypt'
brew 'git-standup' brew 'git-standup'
brew 'global', args: ['with-ctags', 'with-pygments'] brew 'global', args: ['with-ctags', 'with-pygments']
brew 'go' brew 'go'
brew 'highlight'
brew 'htop' brew 'htop'
brew 'httpie' brew 'httpie'
brew 'jq' brew 'jq'
@@ -37,6 +36,8 @@ brew 'less'
brew 'lua' brew 'lua'
brew 'luarocks' brew 'luarocks'
brew 'mas' brew 'mas'
brew 'mosh'
brew 'node'
brew 'peco' brew 'peco'
brew 'pgformatter' brew 'pgformatter'
brew 'postgresql' brew 'postgresql'
@@ -287,5 +288,3 @@ if hostname == 'UAC00013'
mas 'Microsoft Remote Desktop 8', id: 715_768_417 mas 'Microsoft Remote Desktop 8', id: 715_768_417
mas 'Microsoft Remote Desktop 10', id: 1_295_203_466 mas 'Microsoft Remote Desktop 10', id: 1_295_203_466
end end
# rubocop:enable Naming/FileName