Skip to content

Instantly share code, notes, and snippets.

@riscait
Last active April 17, 2021 20:49
Show Gist options
  • Save riscait/277194301ad26efb673bcf1cdef1776c to your computer and use it in GitHub Desktop.
Save riscait/277194301ad26efb673bcf1cdef1776c to your computer and use it in GitHub Desktop.
HomeBrewで管理したいアプリのリストファイル。ホームディレクトリに置いた場合は `brew bundle --global`
# https://github.com/Homebrew/homebrew-bundle
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
cask_args appdir: "/Applications"
# ----------------------------------------
# brew
# ----------------------------------------
# Decentralized dependency manager for Cocoa
brew "carthage"
# Mac App Store command-line interface
brew "mas"
# Dependency manager that installs and runs Swift command-line tool packages
brew "mint"
# Generate types and converters from JSON, Schema, and GraphQL
brew "quicktype"
# Ruby version manager
brew "rbenv"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# ----------------------------------------
# cask
# ----------------------------------------
# Password manager
cask "1password"
# 定番ランチャー
cask "alfred"
# Android Studio
cask "android-studio"
# アプリのクリーンインストールに
cask "appcleaner"
# 画面スナップやショートカットキー設定等
cask "bettertouchtool"
# ブラウザアプリ統合
cask "biscuit"
# 翻訳
cask "deepl"
# メインブラウザ
cask "google-chrome"
# 複数キーボードの同時押しが可能に
cask "karabiner-elements"
# 電子書籍の閲覧
cask "kindle"
# 動画再生
cask "mplayerx"
# 多機能ノートアプリ
cask "notion"
# SF Symbols
cask "sf-symbols"
# APIの使用テストに
cask "postman"
# Apple Push Notificationの送信テスト
cask "pusher"
# Visual Git
cask "sourcetree"
# 定番コミュニティツール
cask 'slack'
# 解凍
cask "the-unarchiver"
# 時間トラッキング
cask "timing"
# 高機能エディター
cask "visual-studio-code"
# iOSアプリ開発の自動化色々
cask "fastlane"
# デザインカンプ
cask "zeplin"
# ビデオチャット
cask "zoomus"
# ----------------------------------------
# mas
# ----------------------------------------
# IPAファイルをAppleデバイスに入れる
mas 'Apple Configurator 2', id: 1037126344
# シンプルなマークダウンエディター
mas 'Bear', id: 1091189122
# (有料)BetterTouchToolのライセンス認証に必要
mas 'BetterSnapTool', id: 417375580
# Xcode関係の不要ファイルを削除
mas 'DevCleaner', id: 1388020431
# Xcode用アプリのアイコンイメージセット生成
mas 'Icon Set Creater', id: 939343785
# Jira Cloud
mas 'Jira Cloud', id: 1475897096
# Mail
mas 'Spark', id: 1176895641
# (有料)タスク管理
mas 'Things', id: 904280696
# Twitter
mas 'Twitter', id: 1482454543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment