-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Brewfile
70 lines (67 loc) · 1.43 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
tap "homebrew/cask-fonts" if OS.mac? # for font-jetbrains-mono-nerd-font
cask_args appdir: "~/Applications", require_sha: true
brew "atuin"
brew "bat"
brew "black"
brew "boost"
brew "clang-format"
brew "cmake"
brew "curl"
brew "difftastic"
brew "fd" # for telescope.nvim
brew "ffmpeg" # for youtube-dl
brew "fzf"
brew "gh"
brew "git-delta"
brew "graphviz"
brew "gzip"
brew "htop"
# brew "httrack"
brew "hyperfine"
brew "jq"
brew "ripgrep"
brew "libarchive"
brew "libgit2"
brew "llvm" # clangd clang-format clang-tidy
brew "lsd"
brew "lua-language-server"
# brew "mysql" # for mysqlclient of Python
brew "ninja"
brew "neomutt"
brew "neovim"
brew "node" # for copilot.vim
brew "poetry"
brew "python"
brew "python-lsp-server"
brew "starship"
brew "subversion" # for font-source-code-pro-for-powerline
brew "tmux"
brew "topgrade"
brew "trash" if OS.mac?
brew "universal-ctags"
# brew "valgrind"
brew "vhs"
brew "w3m"
brew "wget"
brew "wrk"
brew "youtube-dl"
# cask "1password"
cask "1password-cli"
cask "alacritty"
# cask "balenaetcher" # Flash OS images to SD cards & USB drives, safely and easily.
cask "brave-browser"
cask "deepl"
cask "discord"
# cask "figma"
cask "font-jetbrains-mono-nerd-font" # for alacritty
cask "font-source-code-pro-for-powerline"
# cask "google-cloud-sdk"
cask "jordanbaird-ice"
cask "languagetool"
# cask "mactex-no-gui"
cask "postman"
cask "raycast"
cask "rectangle"
cask "signal"
cask "standard-notes"
cask "visual-studio-code"