-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
37 lines (37 loc) · 1.04 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
tap "homebrew/bundle"
tap "homebrew/services"
tap "wez/wezterm"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Fast and simple Node.js version manager
brew "fnm"
# Distributed revision control system
brew "git"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Command-line benchmarking tool
brew "hyperfine"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Simple terminal UI for git commands
brew "lazygit"
# Clone of ls with colorful output, file type icons, and more
brew "lsd"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Cross-shell prompt for astronauts
brew "starship"
# Internet file retriever
brew "wget"
# UNIX shell (command interpreter)
brew "zsh"
# Automatic tiling window manager similar to xmonad
cask "amethyst"
# Neovim Client
cask "neovide"
# Replacement for Docker Desktop
cask "orbstack"
# GPU-accelerated cross-platform terminal emulator and multiplexer
cask "wezterm"