-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
49 lines (49 loc) · 1.34 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
tap "homebrew/bundle"
# User-friendly launcher for Bazel
brew "bazelisk"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Load/unload environment variables based on $PWD
brew "direnv"
# General purpose Language Server
brew "efm-langserver"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU awk utility
brew "gawk"
# Remote repository management made easy
brew "ghq"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# Java language specific implementation of the Language Server Protocol
brew "jdtls"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Kubernetes CLI To Manage Your Clusters In Style!
brew "k9s"
# Simple terminal UI for git commands
brew "lazygit"
# Next-gen compiler infrastructure
brew "llvm"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# Enable Windows-like alt-tab
cask "alt-tab"
# Application uninstaller
cask "appcleaner"
# Clipboard extension app
cask "clipy"
# Keyboard customizer
cask "karabiner-elements"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Neovim Client
cask "neovide"
# Open-source code editor
cask "visual-studio-code"
# Simple application that will prevent iTunes or Apple Music from launching
cask "notunes"