forked from narze/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile-essentials
77 lines (72 loc) · 1.39 KB
/
Brewfile-essentials
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
is_silicon_mac = `uname -v`.include? "RELEASE_ARM64"
is_arm64 = `arch`.include? "arm64"
if is_silicon_mac && !is_arm64
raise "Please run brew bundle within arm64 arch!"
end
tap "homebrew/cask"
tap "homebrew/cask-fonts"
tap "koekeishiya/formulae"
tap "narze/taps"
tap "yqrashawn/goku"
brew "awscli"
brew "bat"
# brew "diff-so-fancy"
brew "ffmpeg"
brew "ghq"
brew "git"
brew "git-delta"
brew "git-flow"
brew "jq"
brew "mackup"
brew "magic-wormhole"
brew "mas"
brew "mpc"
brew "mpd"
brew "ncmpcpp"
brew "neofetch"
brew "reattach-to-user-namespace"
brew "terminal-notifier"
brew "tldr"
brew "tmux"
brew "tree"
brew "watch"
brew "zsh"
brew "gh"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
brew "yqrashawn/goku/goku"
cask "1password"
cask "alfred"
# cask "arq" # Wait for v5 compatability
cask "beardedspice"
cask "bitbar"
# cask "dash"
cask "docker"
cask "dropbox"
cask "firefox"
cask "flux"
cask "font-fira-code"
cask "font-fira-code-nerd-font"
cask "font-fantasque-sans-mono"
cask "font-fantasque-sans-mono-nerd-font"
cask "google-backup-and-sync"
cask "google-chrome"
cask "hazel"
cask "joplin"
cask "kitty"
cask "karabiner-elements"
cask "keyboard-maestro"
cask "ngrok"
cask "omnifocus"
cask "postgres"
cask "postman"
cask "rescuetime"
cask "setapp"
cask "slack"
cask "spotify"
cask "startupizer"
cask "syncthing"
cask "telegram"
cask "the-unarchiver"
cask "visual-studio-code"
cask "whatpulse"