-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBrewfile
More file actions
71 lines (68 loc) · 1.12 KB
/
Brewfile
File metadata and controls
71 lines (68 loc) · 1.12 KB
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
# Taps
tap "heroku/brew"
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "neovim/neovim"
# Brews
brew "ack"
brew "ansible"
brew "aspell"
brew "awscli"
brew "bash"
brew "bash-completion"
brew "composer"
brew "ctags"
brew "curl"
brew "deno"
brew "difftastic"
brew "direnv"
brew "eza"
brew "fnm"
brew "fzf"
brew "gh"
brew "git"
brew "go"
brew "openjdk"
brew "grep"
brew "neovim"
brew "page"
brew "pandoc"
brew "php"
brew "podman"
brew "python"
brew "rainbarf"
brew "reattach-to-user-namespace"
brew "ruby"
brew "starship"
brew "stow"
brew "the_silver_searcher"
brew "tmux"
brew "vagrant-completion"
brew "vim"
brew "wezterm"
brew "wget"
brew "zsh"
brew "zsh-completions"
brew "heroku/brew/heroku"
# Cask options
cask_args appdir: "~/Applications"
# Casks
cask "1password6", args: { appdir: "/Applications" }
cask "appcleaner"
cask "dropbox"
cask "fantastical"
cask "firefox-developer-edition"
cask "font-fira-mono"
cask "font-jetbrains-mono"
cask "kitty"
cask "obsidian"
cask "pocket-casts"
cask "podman-desktop"
cask "selfcontrol"
cask "signal"
cask "slack"
cask "spotify"
cask "the-unarchiver"
cask "typora"
cask "vimr"
cask "visual-studio-code"