-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
135 lines (120 loc) · 2.09 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
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/aliases"
tap "homebrew/autoupdate"
tap "homebrew/bundle"
tap "homebrew/command-not-found"
tap "homebrew/formula-analytics"
tap "homebrew/services"
tap "arl/arl"
tap "joshmedeski/sesh"
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
brew "mosh"
cask "tailscale"
# 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 "sesh"
brew "gum"
#NVim Stuff
brew "neovim"
brew "ripgrep"
brew "the_silver_searcher"
brew "fd"
brew "lazygit"
brew "stylua"
brew "gnu-sed"
brew "markdownlint-cli2"
brew "xmlformat"
brew "taplo"
brew "sqlfmt"
brew "prettier"
brew "prettierd"
brew "luarocks"
# 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 "terraform"
brew "aoc2md"
#HotKeys!
cask "hammerspoon"
cask "hyperkey"
# Go
brew "golangci-lint"
brew "hugo"
# GPG
brew "gnupg"
brew "pinentry-mac"
cask "gpg-suite"
# AWS / Google / Etc
brew "awscli"
brew "aws-sam-cli"
cask "google-cloud-sdk"
# 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@15"
brew "postgresql@16"
brew "pgformatter"
brew "watchman"
# Apps
cask "alacritty"
cask "aerial"
cask "bartender"
cask "clipy"
cask "caffeine"
cask "steam"
cask "arc"
cask "obsidian"
cask "logi-options-plus"
cask "spotify"
cask "1password"
cask "meetingbar"
cask "elgato-camera-hub"
cask "elgato-control-center"
cask "elgato-stream-deck"
# Apple Store Stuff
mas "The Unarchiver", id: 425424353
mas "Notability", id: 360593530
mas "Unsplash Wallpapers", id:1284863847
mas "Sleeve for Spotify, Music", id: 1606145041
mas "Dynamic Wallpaper Engine", id: 1453504509