-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
104 lines (100 loc) · 2.45 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
# Little nice utilities
brew "ack"
brew "asdf"
brew "bat"
brew "btop" # resource monitor for processor, memory, disks, network and processes
brew "direnv"
brew "dust"
brew "fd"
brew "fswatch"
brew "fzf"
brew "gping"
brew "htop"
brew "kubectx"
brew "mtr"
brew "ripgrep"
brew "smartmontools"
brew "socat"
brew "ssh-vault" # encrypt/decrypt messages with SSH keys
brew "tldr"
brew "tree"
brew "tree-sitter"
brew "wakeonlan"
brew "wordnet"
brew "zbar" # barcodes-reading tools (incl. QR ones)
# Erlang's stuff
brew "fop"
brew "libxslt"
brew "wxwidgets" # for Erlang's :observer.start()
# Nerves (https://www.nerves-project.org/) utilities
brew "coreutils"
brew "fwup"
brew "pkg-config"
brew "squashfs"
brew "xz"
# Bigger applications
brew "ansible"
brew "awscli"
brew "bitwarden-cli"
brew "colima" # needed for the 'headless' Docker installation
brew "docker"
brew "docker-buildx"
brew "docker-compose"
brew "docker-credential-helper"
brew "exercism"
brew "exiftool"
brew "ffmpeg"
brew "fish"
brew "flyctl"
brew "git"
brew "git-lfs"
brew "hashicorp/tap/terraform"
brew "imagemagick"
brew "neovim"
brew "newsboat"
brew "nmap"
brew "openssl"
brew "rbenv-gemset"
brew "tmate"
brew "tmux"
# Casks
cask "adobe-creative-cloud"
cask "alacritty"
cask "betterdisplay"
cask "bitwarden"
cask "bruno" # like a Postman, but local
cask "charles" # proxy, middle man, debug
cask "chromedriver" # for headless testing via Chrome
cask "db-browser-for-sqlite" # https://sqlitebrowser.org/
cask "elgato-control-center"
cask "elgato-stream-deck"
cask "firefox"
cask "font-meslo-lg-nerd-font"
cask "gnucash"
cask "google-chrome"
cask "handbrake"
cask "hex-fiend" # fast hex editor
cask "hugin" # panorama photo stitcher
cask "imageoptim"
cask "inkscape" # vector graphics editor
cask "istat-menus"
cask "karabiner-elements" # keyboard customizer (remap any key to another)
cask "key-codes" # display key code, unicode value and modifier keys state for any key combination
cask "logi-options-plus"
cask "obs"
cask "obsidian"
cask "paragon-ntfs"
cask "pinta" # simple GTK paint program
cask "poedit" # translation editor (gettext)
cask "postico" # gui client for Postgres
cask "rectangle" # keyboard shortcuts window manager
cask "slack"
cask "telegram"
cask "transmission"
cask "unshaky" # fix for double key presses on Apple's butterfly keyboard
cask "valentina-studio" # visual editors for data
cask "visual-studio-code"
cask "vlc"
cask "vmware-fusion"
cask "xquartz" # for :observer.start() running in Docker
cask "wireshark"