-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
91 lines (62 loc) · 1.1 KB
/
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#Environment
#mas
brew "mas"
#cask 다운받을 수 있는 목록
tap "homebrew/cask-versions"
tap "homebrew/homebrew-cask-fonts"
#git
brew "git"
#Xcodes CLI
brew "robotsandpencils/made/xcodes"
#Node
brew "nvm"
#Ruby Version Management Tool
brew "rbenv"
#JDK 17
cask "zulu17"
#Yarn
brew "yarn"
#Aria2
brew "aria2"
#Watchman
brew "watchman"
#android Studio
cask "android-studio"
#android CLI
cask "android-commandlinetools"
#android ADB
cask "android-platform-tools"
#android File Transfer
cask "android-file-transfer"
#CocoaPods
brew "cocoapods"
#Tools
#Terminal
cask "iterm2"
#Android Mirroring Tool
brew "scrcpy"
#SourceTree
cask "sourcetree"
#IntelliJ idea CommunityEdition
cask "intellij-idea-ce"
#Visual Studio Code
cask "visual-studio-code"
#PostMan
cask "postman"
#Chrome Web Browser
cask "google-chrome"
#Slack
cask "slack"
#Additional
#D2Coding
cask "font-d2coding"
#Rectangle
cask "rectangle"
#DeepL
cask "deepl"
#LINE
mas "LINE", id: 539883307
#KakaoTalk
mas "KakaoTalk", id: 869223134
#RunCat
mas "RunCat", id: 1429033973