-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
48 lines (46 loc) · 1.02 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
tap "hashicorp/tap"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "buo/cask-upgrade"
tap "homebrew/cask-fonts"
tap "FelixKratz/formulae"
tap "jesseduffield/lazygit"
tap "khanhas/tap"
# lazygit
brew "lazygit"
# ripgrep
brew "ripgrep"
# fzf
brew "fzf"
# zplug (like vimplug but for zsh)
brew "zplug"
# Git
brew "git"
# Run your GitHub Actions locally 🚀
brew "act"
# Load/unload environment variables based on $PWD
brew "direnv"
# GNU awk utility
brew "gawk"
# GitHub command-line tool
brew "gh"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Simplified and community-driven man pages
brew "tldr"
# Terminal multiplexer
brew "tmux"
# Watch files and take action when they change
brew "watchman"
# Terraform
brew "hashicorp/tap/terraform"
# Starship prompt
brew "starship"
# JetBrainsMono
cask "font-jetbrains-mono-nerd-font"