-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
65 lines (60 loc) · 1.98 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
# taps
# tap "homebrew/cask"
tap "homebrew/cask-fonts"
# tap "koekeishiya/formulae"
tap "homebrew/bundle"
# tap "homebrew/core"
# brew "noti" # utility to display notifications from scripts
brew "trash" # rm, but put in the trash rather than completely delete
# Applications
# cask "kitty" # a better terminal emulator
# cask "imageoptim" # a tool to optimize images
# cask "1password/tap/1password-cli"
cask "wezterm" # a better terminal emulator
# yabai
# brew "yabai"
# brew "skhd"
# Fonts
cask "font-fira-code"
cask "font-jetbrains-mono"
# cask "font-cascadia-mono"
cask "font-symbols-only-nerd-font"
cask "font-recursive-code"
cask "font-iosevka-nerd-font"
# packages
brew "bat" # better cat
# brew "cloc" # lines of code counter
# brew "entr" # file watcher command runner
# brew "exa" # ls alternative
brew "fd" # find alternative
# brew "fnm" # Fast Node version manager
brew "fzf" # Fuzzy file searcher, used in scripts and in vim
brew "gh" # GitHub CLI
brew "git" # Git version control (latest version)
# brew "git-delta" # a better git diff
# brew "glow" # markdown viewer
# brew "gnupg" # GPG
brew "grep" # grep (latest)
brew "ripgrep" # very fast file searcher
# brew "highlight" # code syntax highlighting
brew "btop" # a top alternative
brew "jq" # work with JSON files in shell scripts
brew "lazygit" # a better git UI
# brew "neofetch" # pretty system info
brew "neovim" # A better vim
brew "python" # python (latest)
# brew "shellcheck" # diagnostics for shell sripts
brew "tmux" # terminal multiplexer
brew "tree" # pretty-print directory contents
brew "vim" # Vim (latest)
brew "less" # less (latest)
# brew "wdiff" # word differences in text files
brew "wget" # internet file retriever
# brew "z" # switch between most used directories
brew "zoxide" # switch between most used directories
brew "zsh" # zsh (latest)
brew "shfmt" # shell script formatter
brew "luarocks" # used by neovim
brew "neovim-remote" # neovim remote server
brew "superfile" # file manager
brew "tlrc" # more human friendly man pages