-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
Brewfile
85 lines (81 loc) · 1.63 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
tap "hashicorp/tap"
tap "homebrew/bundle"
#
# Brew
# https://formulae.brew.sh/
#
brew "exiftool"
brew "gawk"
brew "gnu-sed"
brew "go"
brew "goreleaser"
brew "grep"
brew "hashicorp/tap/terraform-ls"
brew "helmfile"
brew "hugo"
brew "kustomize"
brew "libidn2"
brew "litecli"
brew "lua-language-server"
brew "luarocks"
brew "mas" if OS.mac?
brew "mysql"
brew "terraform"
brew "tmux"
brew "wget"
brew "yarn"
# it may take a little while
brew "ffmpeg"
brew "gifsicle"
brew "ttyd"
brew "gum"
brew "vhs" # faressoft/terminalizer
#
# Cask
# https://formulae.brew.sh/cask/
#
cask "1password"
cask "adobe-creative-cloud"
cask "appcleaner"
cast "cleanshot"
cask "docker"
cask "font-hack-nerd-font"
cask "google-chrome"
cask "google-japanese-ime"
cask "hiddenbar" # alternative for "bartender"
cask "inkdrop"
cask "iterm2"
cask "numi"
#cask "obs" # no longer used
cask "obsidian"
cask "path-finder"
cask "popclip"
#cask "postman"
cask "qlmarkdown"
cask "rectangle" # alternative for "Magnet"
cask "slack"
cask "spotify"
cask "tableplus"
cask "the-unarchiver"
cask "typora"
cask "zoom"
#
# Mac App Store
# https://github.com/mas-cli/mas
#
mas "Fantastical", id: 975937182
mas "LadioCast", id: 411213048
mas "Magnet", id: 441258766
mas "MenubarX", id: 1575588022
mas "Paste", id: 967805235
mas "Spark", id: 1176895641
mas "Things 3", id: 904237743
mas "Translate Tab", id: 458887729
mas "Yoink", id: 457622435
mas "Amphetamine", id: 937984704
# mas "Rename X", id: 1438841416
# mas "Name Mangler 3", id: 603637384
mas "DaisyDisk", id: 411643860
# mas "ToyViewer", id: 414298354
mas "MeetingBar for Meet, Zoom & Co", id: 1532419400
mas "1Password for Safari", id: 1569813296