-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
111 lines (107 loc) · 2.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# https://github.com/Homebrew/homebrew-bundle
# specify a directory to install
cask_args appdir: "/Applications"
tap "FelixKratz/formulae" || true
tap "homebrew/cask" || true
tap "homebrew/cask-fonts" || true
tap "homebrew/cask-versions" || true
tap "jesseduffield/lazygit" || true
tap "microsoft/git" || true
tap "nikitabobko/tap" || true
tap "ggozad/formulas" || true
tap "wix/brew" || true
# install packages
brew "ack"
brew "aerospace"
brew "applesimutils"
brew "asdf"
brew "bash"
brew "bat"
brew "bottom"
brew "borders"
brew "bundletool"
brew "cargo-watch"
# Cocoapods versioning is now handled through asdf
#brew "cocoapods"
brew "curl"
brew "docker"
brew "docker-compose"
brew "dust"
brew "dua-cli"
brew "duf"
brew "eza"
brew "fd"
brew "fzf"
brew "gawk"
brew "ggozad/formulas/oterm"
brew "git"
brew "git-delta"
brew "git-gui"
brew "git-lfs"
brew "gitleaks"
brew "glow"
brew "gnu-sed"
brew "gnupg"
brew "grex"
brew "imagemagick"
brew "jesseduffield/lazygit/lazygit"
brew "jq"
brew "ltex-ls"
brew "[email protected]"
brew "luajit"
brew "luarocks"
brew "marp-cli"
brew "mas"
brew "pipx"
brew "portaudio"
brew "pre-commit"
brew "procs"
brew "pstree"
brew "python-distlib"
brew "python-filelock"
brew "python-platformdirs"
brew "python-setuptools"
brew "pyyaml"
brew "rcm"
brew "reattach-to-user-namespace"
brew "ripgrep"
# Ruby versioning is now handled through asdf
#brew "ruby"
brew "scrcpy"
brew "sd"
brew "sketchybar"
# Dropped in favor of powerlevel 10k
#brew "starship"
brew "the_silver_searcher"
brew "thefuck"
brew "tldr"
brew "tmux"
brew "tokei"
brew "virtualenv"
brew "watchman"
cask "wget"
brew "yq"
brew "zoxide"
# Casks
# Being handled through Jetbrains Toolbox
#cask "android-studio"
cask "firefox"
cask "flutter"
cask "git-credential-manager-core"
cask "iterm2"
cask "neovide"
cask "slack"
cask "visual-studio-code"
cask "vlc"
cask "warp"
cask "wezterm"
# AppStore
# Do not do this, install manually from developer portal, to avoid auto-updates
# mas "XCode", id: 497799835
# Fonts
cask "font-fira-mono-nerd-font"
cask "font-fira-code"
cask "font-iosevka"
cask "font-iosevka-nerd-font"
cask "font-jetbrains-mono-nerd-font"
cask "font-twitter-color-emoji"