Skip to content

Instantly share code, notes, and snippets.

@takeo-asai
Last active August 31, 2016 03:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takeo-asai/39c9d3d807cda948e462 to your computer and use it in GitHub Desktop.
Save takeo-asai/39c9d3d807cda948e462 to your computer and use it in GitHub Desktop.
Macで自動環境構築&バックアップ(App Storeも) ref: http://qiita.com/takeo-asai/items/29724f94e2992fdc7246
$ apm list -bi > Atomfile
atom-dynamic-macro@1.1.4
autocomplete-swift@1.0.2
git-plus@5.13.0
language-swift@0.4.0
linter@1.11.3
linter-erb@1.0.2
linter-javac@1.7.0
linter-ruby@1.2.2
linter-swiftlint@1.1.0
run-time-syntax@13.37.0
run-time-ui@13.37.3
script@3.5.2
seti-ui@0.8.1
$ code --list-extensions > vscode-extensions.txt
$ cat ./vscode-extensions.txt | while read line
do
code --install-extension $line
done
$ apm install --packages-file Atomfile
$ brew install mackup
$ mackup backup
$ mackup restore
$ brew install argon/mas/mas
$ brew install rcmdnk/file/brew-file
$ brew file init
# App Store applications
appstore 422304217 Day One
appstore 408980954 GarageBand
appstore 409183694 Keynote
appstore 409183694 Keynote
appstore 896624060 Kobito
appstore 409203825 Numbers
appstore 409203825 Numbers
appstore 409201541 Pages
appstore 409201541 Pages
appstore 568494494 Pocket
appstore 405580712 StuffIt Expander
appstore 425424353 The Unarchiver
appstore 585829637 Todoist
appstore 497799835 Xcode
$ brew file install Brewfile
WakaTime.vscode-wakatime
chrisdias.vscodeEditorConfig
eg2.tslint
johnpapa.Angular1
justinjames.ionic1-snippets
mkaufman.HTMLHint
vsmobile.cordova-tools
zhuangtongfa.Material-theme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment