Skip to content

Instantly share code, notes, and snippets.

@sztwo
Last active December 15, 2018 09:42
Show Gist options
  • Save sztwo/38aa71b8167c89340b0ca917cb071510 to your computer and use it in GitHub Desktop.
Save sztwo/38aa71b8167c89340b0ca917cb071510 to your computer and use it in GitHub Desktop.
Homebrew の mas コマンドで AppleStore のアプリをコマンドインストールするスクリプト
#!/bin/sh
#
# App Store Install Tool
#
### Utils
mas install 435308051 # Moving Dock
mas install 549083868 # Display Menu
mas install 441258766 # Magnet
mas install 1114363220 # TermHere
mas install 414855915 # WinArchiver Lite
mas install 425424353 # The Unarchiver
mas install 1013897218 # App Cleaner & Uninstaller
mas install 425264550 # Blackmagic Disk Speed Test
# mas install 1062752215 # Screen Immediate Record
# mas install 883878097 # MacOS Server
### Safari
mas install 1402042596 # Adblock for Safari
mas install 1432731683 # Adblock Plus for Safari
### SNS
mas install 539883307 # LINE
mas install 1384080005 # Tweetbot 3 for Twitter
# mas install 1029784963 # LINE Works
# mas install 409789998 # Twitter
### Develop
# mas install 497799835 # Xcode
mas install 1091189122 # Bear
mas install 1024640650 # CotEditor
mas install 404519558 # xPlan
mas install 1040002810 # Omni Plan 3
mas install 1142578772 # OmniOutliner 5
mas install 1289197285 # MindNode 5
mas install 452695239 # QREncoder
mas install 669475285 # PG Commander
mas install 1063631769 # Medis - Gui for Redis
mas install 472226235 # LanScan
mas install 1392471092 # NFC Tools for Desktop
mas install 1295203466 # Microsoft Remote Desktop 10
mas install 1427496069 # TeamSQL 4
# mas install 1100596671 # GistTool
# mas install 787259510 # FaviconCreator
# mas install 689052631 # HiFavicon
# mas install 488709442 # VisualJSON
### Others
mas install 1333542190 # 1Password 7
mas install 975937182 # Fantastical 2
mas install 1100290134 # Myna for Google Translate
mas install 439106200 # Oxford dictionary of english
mas install 847496013 # Deckset
mas install 425955336 # Skitch
mas install 1278508951 # Trello
mas install 865500966 # feedly
mas install 568494494 # Pocket
mas install 447430809 # Jettison
mas install 647697434 # Free fonts
mas install 1235020875 # 天気ウィジェット: デスクトップ上の天気予報
# mas install 919402022 # Total Video Player
mas install 1090488118 # Gemini 2: The Duplicate Finder
### Need Install Myself
# ATOK
# Stay
# Sophos Home
# Docker
# Sketch
# Google Drive File Stream
# Microsoft Office
# Parallels Desktop
# Lyrics Master
# PowerPhotos
# StationTV Link
# Eye-Fi
# Acorn
# CrossOver
# Android File Transfer
# iSyncr
# etc...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment