-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
76 lines (68 loc) · 1.63 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
#
# @file ~/share/dotfiles/Brewfile
# @brief homebrew-bundle configuration file
#
# Add repository
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
# configuration manager
brew "mackup"
brew "mas"
# virtual env
brew "mise"
brew "pipenv"
# shell
brew "bash"
brew "zsh"
brew "sheldon"
brew "starship"
brew "tmux"
# git
brew "git"
brew "git-secrets"
brew "ghq"
# cui
brew "bat"
brew "eza"
brew "fzf"
brew "gawk"
brew "gnu-sed"
brew "grep"
brew "jq"
brew "nkf"
brew "tree"
brew "yq"
# gui
cask "1password", args: { appdir: "/Applications" }
cask "clipy"
cask "cursor"
cask "dbeaver-community"
cask "docker", args: { appdir: "/Applications" }
cask "dropbox", args: { appdir: "/Applications" }
cask "eclipse-jee", args: { appdir: "/Applications" }
cask "firefox", args: { appdir: "/Applications" }
cask "font-hack-nerd-font" # for starship
cask "google-chrome", args: { appdir: "/Applications" }
cask "google-drive"
cask "google-japanese-ime", args: { appdir: "/Applications" }
cask "insomnia"
cask "intellij-idea-ce"
cask "iterm2", args: { appdir: "/Applications" }
cask "karabiner-elements", args: { appdir: "/Applications" } # for US keybord language switching
cask "notion"
cask "obsidian"
cask "raycast"
cask "visual-studio-code", args: { appdir: "/Applications" }
cask "wezterm"
cask "wireshark", args: { appdir: "/Applications" }
cask "zoom", args: { appdir: "/Applications" }
# app store
mas "DaisyDisk", id: 411643860
mas "ForkLift", id: 412448059
mas "Keynote", id: 409183694
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Slack", id: 803453959
mas "The Unarchiver", id: 425424353
mas "Xcode", id: 497799835