-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
77 lines (71 loc) · 1.32 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
brew "quickjs"
brew "neovim"
brew "git"
brew "tmux"
brew "fish"
brew "fisher"
brew "svn"
brew "isacikgoz/taps/tldr"
brew "yank"
brew "parallel"
brew "httpie"
brew "lazygit"
# GPG sign keys
brew "gpg"
# Alternative to ls
brew "exa"
brew "fzf"
# Better git diff
brew "git-delta"
brew "ripgrep"
# Alternative to find
brew "fd"
# Alternative to cat
brew "bat"
brew "terminal-notifier"
# Cross-shell prompt config
brew "starship"
# GitHub CLI
brew "gh"
# Python virtual environment manager
brew "pyenv"
brew "pyenv-virtualenv"
# TOML toolkit
brew "taplo"
# PReview markdown inside terminal
brew "glow"
# Lua package manager
brew "luarocks"
# Dockerfile linter
brew "hadolint"
# GitHub Actions linter
brew "actionlint"
# Alternative to watch
brew "viddy"
# Better monitoring dashboard
brew "btop"
cask "notion"
cask "raycast"
cask "kitty"
cask "visual-studio-code"
cask "zoom"
cask "1password"
cask "1password/tap/1password-cli"
cask "karabiner-elements"
cask "obsidian"
cask "input-source-pro"
brew "kubectl"
brew "helm"
brew "kubie"
brew "teleport"
cask "google-cloud-sdk"
# lighter and faster docker on MacOS
brew "orbstack"
tap "snyk/tap"
brew "snyk"
tap "homebrew/cask-fonts"
cask "font-inconsolata"
cask "font-fira-code"
cask "font-inconsolata-g-for-powerline"
cask "font-inconsolata-lgc-nerd-font"
cask "homebrew/cask-drivers/logi-options-plus"