-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathBrewfile
More file actions
87 lines (87 loc) · 1.69 KB
/
Brewfile
File metadata and controls
87 lines (87 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
tap 'caskroom/cask'
tap 'homebrew/binary'
tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/versions'
brew 'git'
brew 'mackup'
brew 'openssl'
brew 'nmap'
brew 'pandoc'
brew 'wget'
brew 'awscli'
# ここからbrew/cask
brew 'caskroom/cask/brew-cask'
# 日本語入力
cask 'google-japanese-ime'
# チャットツール
cask 'skype'
# エディタ
## メモ帳
cask 'evernote'
cask 'coteditor'
## コードエディタ
cask 'atom'
## Qiita用ツール
cask 'kobito'
# FTP/SFTP
cask 'cyberduck'
cask 'filezilla'
# ブラウザ
cask 'firefox'
cask 'google-chrome'
# クラウドストレージ
cask 'google-drive'
# 開発用ツール
## git
cask 'github-desktop'
cask 'sourcetree'
## SSH関連
### トンネル
cask 'coccinellida'
## IDE
### JetBreains
### IntellijIdea
cask 'intellij-idea'
### IntellijIdea
cask 'phpstorm'
### Netbeans
cask 'java'
cask 'netbeans-php'
### Eclipse
cask 'eclipse-java'
### Eclipse-php
cask 'eclipse-php'
## 仮想環境
cask 'vagrant'
cask 'virtualbox'
cask 'packer'
## Chef開発
cask 'chefdk'
## DB開発
cask 'sequel-pro'
## パケットキャプチャ
cask 'xquartz'
cask 'wireshark'
# ユーティリティ
## iPadやiPhoneをMacのサブディスプレイにするソフト(iOSアプリが有料なので注意)
# cask 'duet'
## マシンをスリープさせない
cask 'insomniax'
## スクリーンショット
cask 'skitch'
## ウインドウのサイズ整理
cask 'spectacle'
## ブラウザ間ブックマーク同期
cask 'xmarks-safari'
## OS設定変更拡張
cask 'onyx'
## アプリケーション削除
cask 'appcleaner'
# デザイン作成
## Adobe関連
cask 'flash'
cask 'adobe-reader'
cask 'adobe-air'
cask 'adobe-creative-cloud'
cask 'adobe-creative-cloud-cleaner-tool'