내가 사용하는 macOS 앱

# App Store로 설치하는 앱

# brew로 설치하는 앱

# brew로 일괄설치

  • Homebrew 설치
1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Brewfile
 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
# tab
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"
tap "homebrew/core"

# brew
brew "git"
brew "libtool"
brew "graphviz"
brew "hugo"
brew "mas"
brew "node"
brew "rbenv"
brew "scrcpy"
brew "python3"

# cask
cask "aldente"
cask "android-studio"
cask "audacity"
cask "ccleaner"
cask "commander-one"
cask "google-chrome"
cask "iina"
cask "inkscape"
cask "iterm2"
cask "itsycal"
cask "keka"
cask "microsoft-edge"
cask "netspot"
cask "openemu"
cask "pycharm-ce"
cask "rectangle"
cask "shottr"
cask "skim"
cask "stats"
cask "sublime-text"
cask "submariner"
cask "teamviewer"
cask "temurin8"
cask "visual-studio-code"
cask "vnc-viewer"
cask "xnviewmp"
cask "yacreader"
cask "zoom"
cask "zotero"

# mas
mas "AmorphousDiskMark", id: 1168254295
mas "DaVinci Resolve", id: 571213070
mas "KakaoTalk", id: 869223134
mas "LINE", id: 539883307
mas "iMovie", id: 408981434
mas "GarageBand", id: 682658836
mas "Microsoft Remote Desktop", id: 1295203466
mas "Microsoft Excel", id: 462058435
mas "Microsoft PowerPoint", id: 462062816
mas "Microsoft Word", id: 462054704
mas "Pine Player", id: 1112075769
mas "RunCat", id: 1429033973
mas "Unsplash Wallpapers", id: 1284863847
mas "Xcode", id: 497799835
mas "한컴오피스 한글 2014 VP 뷰어", id: 416746898

# font
cask "font-fira-code"
  • 설치
1
brew bundle
Licensed under CC BY 4.0
Built with Hugo
Theme Stack designed by Jimmy