-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
48 lines (41 loc) · 771 Bytes
/
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
# set up brew cask
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "homebrew/cask-drivers"
# brew installs
brew "fish"
brew "fisher"
brew "ripgrep"
brew "git"
brew "mas"
brew "python"
brew "node"
brew "nvm"
brew "yarn"
brew "neovim"
brew "exa"
brew "ghq"
brew "peco"
# brew cask install dev-tools
cask "iterm2"
cask "postman"
cask "sourcetree"
cask "alfred"
cask "spectacle"
# brew cask install apps
cask "tunnelbear"
cask "notion"
cask "slack"
# brew cask install browsers
cask "google-chrome"
cask "firefox"
cask "microsoft-edge"
# brew cask install drivers
# cask "logitech-options"
# brew cask install fonts
cask "font-fira-code"
cask "font-hack-nerd-font"
# Mac Appstore
mas "Xcode", id: 497799835
mas "KakaoTalk", id: 869223134
mas "Xnip", id: 1221250572