-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
50 lines (46 loc) · 941 Bytes
/
Copy pathBrewfile
File metadata and controls
50 lines (46 loc) · 941 Bytes
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
# 共通(macOS / Linux)
brew "bat"
brew "carapace"
brew "ctags"
brew "gh"
brew "git"
brew "git-delta"
brew "ripgrep"
if OS.mac?
brew "coreutils"
brew "direnv"
brew "ghq"
brew "gnu-sed"
brew "jq"
brew "mise"
brew "openssl"
brew "prettier"
brew "readline"
brew "source-highlight"
brew "tig"
brew "tree"
brew "vim"
brew "watch"
brew "zellij"
brew "zsh"
cask "1password-cli"
cask "alacritty"
cask "alt-tab"
cask "bartender"
cask "deepl"
cask "docker"
cask "font-myrica"
cask "google-cloud-sdk"
cask "kap"
cask "karabiner-elements"
cask "keepassxc"
cask "maccy"
cask "meetingbar"
# TODO: replace yabai/skhd with an other tool
# 導入時は install 後に brew services start yabai / skhd も必要
# brew "koekeishiya/formulae/yabai"
# brew "koekeishiya/formulae/skhd", args: ["HEAD"] # https://github.com/koekeishiya/skhd/issues/206
end
if OS.linux?
brew "neovim"
end