-
Notifications
You must be signed in to change notification settings - Fork 2
/
Brewfile
95 lines (91 loc) · 2.59 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
cask_args appdir: '/Applications'
tap 'yt-dlp/taps'
# Homebrew
brew 'asimov' # ignore dev dependencies in TimeMachine
brew 'bat' # a better cat
brew 'composer' # PHP package manager
brew 'coreutils' # build tools
brew 'curl' # fetch stuff
brew 'eza' # a better ls
brew 'fd' # a better find
brew 'ffmpeg' # video/audio converter
brew 'fzf' # fuzzy find stuff
brew 'gcc' # compiler
brew 'git' # version control
brew 'git-delta' # a better diff for git
brew 'glow' # terminal markdown renderer
brew 'go' # go programming language
brew 'gotop' # a better top
brew 'hugo' # static site generator
brew 'hyfetch' # system info (neofetch replacement)
brew 'lazygit' # git tui
brew 'lnav' # log fine navigator
brew 'mas' # mac app store installer
brew 'mosh' # improved ssh
brew 'multi-git-status' # check git status for multiple repos
brew 'neovim' # editor
brew 'node' # JS dev tool
brew 'onefetch' # git repo info
brew 'pandoc' # document conversion
brew 'pastel' # color conversion
brew 'php' # programming language
brew 'prettyping' # a better ping
brew 'pure' # prompt
brew 'python@3' # programming language
brew 'ripgrep' # a faster grep
brew 'rustup' # install rust
brew 'rust-analyzer' # rust language analyzer
brew 'sqlite' # database
brew 'stow' # save and restore dotfiles
brew 'symfony-cli/tap/symfony-cli' # symfony cli
brew 'tldr' # summarize commands
brew 'tmux' # terminal multiplexer
brew 'trash' # rm but files go in trash
brew 'webp' # webp image format tools
brew 'wego' # terminal weather tool
brew 'wget' # fetch stuff
brew 'wtfutil' # terminal dashboard
brew 'yt-dlp' # youtube downloader
brew 'zsh-autosuggestions' # ZSH plugin
brew 'zsh-syntax-highlighting' # ZSH plugin
brew 'zsh-history-substring-search' # ZSH plugin
brew 'zoxide' # fast directory jumping
## Fonts
cask 'font-jetbrains-mono-nerd-font'
cask 'font-symbols-only-nerd-font'
# Casks
## Apps
cask '1password'
cask '1password-cli'
cask 'acorn'
cask 'alacritty'
cask 'alfred'
cask 'bettertouchtool'
cask 'calibre'
cask 'carbon-copy-cloner'
cask 'cleanshot'
cask 'devonthink'
cask 'discord'
cask 'downie'
cask 'hazel'
cask 'jetbrains-toolbox'
cask 'keyboard-maestro'
cask 'minecraft'
cask 'obsidian'
cask 'rocket'
cask 'shortcat'
cask 'slack'
cask 'vlc'
cask 'visual-studio-code'
# Mac App Store
mas '1Blocker', id: 1365531024
mas '1Password for Safari', id: 1569813296
mas 'Amphetamine', id: 937984704
mas 'Day One', id: 1055511498
mas 'iFlicks 3', id: 1274494218
mas 'Paprika Recipe Manager 3', id: 1303222628
mas 'Peek', id: 1554235898
mas 'ShellHistory', id: 1564015476
mas 'Simple Comic', id: 1497435571
mas 'TestFlight', id: 899247664
mas 'Vidimote', id: 1585702412