-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
60 lines (54 loc) · 1.05 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
# preparation
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# install tools
brew "asdf"
brew "bat"
brew "cmake"
brew "direnv"
brew "gh"
brew "ghq"
brew "gitui"
brew "gnu-sed"
brew "go"
brew "imagemagick"
brew "neovim"
brew "nkf"
brew "peco"
brew "rust"
brew "ssh-copy-id"
brew "starship"
brew "tmux"
brew "tree"
brew "vim"
brew "zsh"
brew "zsh-completions"
brew "zsh-syntax-highlighting"
if OS.mac?
brew "mas"
brew "reattach-to-user-namespace"
cask "1password"
cask "alacritty"
cask "alfred"
cask "discord"
cask "flux"
cask "google-chrome"
cask "google-japanese-ime"
cask "karabiner-elements"
cask "slack"
cask "scroll-reverser"
cask "visual-studio-code"
cask "xquartz"
cask "android-studio"
mas "GIPHY CAPTURE", id: 668208984
mas "Headphoned", id: 1040734333
mas "MW Archiver", id: 958475217
mas "PopClip", id: 445189367
mas "Shotty", id: 1250306151
mas "Skitch", id: 425955336
mas "Spark", id: 1176895641
mas "TweetShot", id: 1227057295
# requires much time for installation
mas "Xcode", id: 497799835
end