-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile.tmpl
122 lines (90 loc) · 1.54 KB
/
Brewfile.tmpl
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
112
113
114
115
116
117
118
119
120
121
122
tap "homebrew/cask-fonts"
# App Store CLI
brew "mas"
# Dependencies
brew "coreutils" # required by asdf
brew "gpg" # required by asdf-nodejs
brew "gawk" # required by asdf-nodejs
# HTTP clients
brew "wget"
brew "curl"
# Git
brew "git"
brew "gh"
brew "jesseduffield/lazygit/lazygit"
# Terminal customiztions
brew "eza"
brew "bat"
brew "eth-p/software/bat-extras-prettybat"
brew "fd"
brew "bottom"
# zsh plugins
brew "zsh-vi-mode"
brew "zsh-autosuggestions"
brew "zsh-syntax-highlighting"
brew "zsh-history-substring-search"
brew "zsh-completions"
brew "powerlevel10k"
# File manipulation
brew "fx"
brew "jq"
brew "yq"
brew "ripgrep"
brew "trash"
# Terminal multiplexer
brew "tmux"
brew "tpm"
# Text editor
# brew "neovim"
cask "table-tool"
# Dotfiles
brew "chezmoi"
# Programming Languages
brew "asdf"
brew "golangci-lint"
brew "delve"
# IaC
brew "pulumi/tap/pulumi"
# Browser
cask "google-chrome"
cask "arc"
# Reading
cask "thorium"
# Spotlight replacement
cask "raycast"
# Fonts
cask "font-fira-code-nerd-font"
cask "font-fira-code"
# Terminal emulator
cask "kitty"
# Window manager
cask "rectangle"
# Password manager
cask "1password"
{{ if eq .chezmoi.hostname "Otavios-iMac" }}
# VPN
cask "nordvpn"
{{ end }}
# Spotify
cask "spotify"
# Docker
cask "docker"
# Spaced repetition software
cask "anki"
# Note taking
cask "obsidian"
cask "notion"
# Design
cask "figma"
# Logitech
cask "logi-options-plus"
# Communication
cask "whatsapp"
# Screen recording
cask "obs"
# Video
brew "ffmpeg"
# LazyVim
brew "ast-grep"
brew "luarocks"
brew "lua"