-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
135 lines (119 loc) · 2.11 KB
/
Brewfile
File metadata and controls
135 lines (119 loc) · 2.11 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
tap "homebrew/autoupdate"
tap "homebrew/command-not-found"
tap "homebrew/formula-analytics"
tap "arl/arl"
tap "kevinrobayna/tap"
#To allow my to install stuff from Apple Store
brew "mas"
# Font, obviously
cask "font-inconsolata-go-nerd-font"
cask "font-jetbrains-mono-nerd-font"
# SSH from iPad
cask "tailscale"
brew "mosh"
# ZSH
brew "zsh"
brew "zsh-completions"
brew "tmux"
brew "stow"
brew "fzf"
brew "eza"
brew "ncurses"
brew "fastfetch"
brew "gitmux"
brew "git-delta"
brew "starship"
brew "zoxide"
brew "lf"
brew "btop"
brew "joshmedeski/sesh/sesh"
brew "gum"
cask "alacritty"
#NVim Stuff
brew "neovim"
brew "ripgrep"
brew "the_silver_searcher"
brew "fd"
brew "lazygit"
brew "stylua"
brew "gnu-sed"
brew "markdownlint-cli2"
brew "taplo"
brew "sqlfmt"
brew "prettier"
brew "prettierd"
brew "luarocks"
brew "imagemagick"
cask "basictex"
#This is needed for copilot
brew "nvm"
# Generic Tools
brew "jq"
brew "lazydocker"
brew "ctags"
brew "gcc"
brew "git"
brew "gh"
brew "htop"
brew "bat"
brew "k9s"
brew "slides"
brew "bottom"
brew "aoc2md"
# Cloud Development
brew "ansible"
cask "vagrant"
#HotKeys!
cask "hammerspoon"
cask "hyperkey"
# Go
brew "golangci-lint"
brew "hugo"
# GPG
brew "gnupg"
# AWS / Google / Etc
brew "awscli"
brew "aws-sam-cli"
cask "gcloud-cli"
# Web Development
brew "rbenv"
brew "asdf"
brew "buf"
brew "jsonnet"
cask "jetbrains-toolbox"
cask "postman"
cask "ngrok"
brew "node"
brew "colima"
brew "docker"
brew "docker-compose"
cask "chatgpt"
# Ruby / Postgres
brew "rust"
brew "icu4c"
brew "shared-mime-info"
brew "postgresql@17"
brew "pgformatter"
brew "watchman"
# Apps
cask "ghostty"
cask "aerial"
# Temporarily removed due to Apple being annoying with it recording my screen
# cask "bartender"
cask "clipy"
cask "caffeine"
cask "steam"
cask "arc"
cask "obsidian"
cask "logi-options+"
cask "spotify"
cask "1password"
cask "1password-cli"
cask "meetingbar"
cask "elgato-camera-hub"
# Apple Store Stuff
mas "The Unarchiver", id: 425424353
mas "Unsplash Wallpapers", id:1284863847
mas "Sleeve for Spotify, Music", id: 1606145041
mas "Dynamic Wallpaper Engine", id: 1453504509
mas "1Password for Safari", id: 1569813296