-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
34 lines (34 loc) · 914 Bytes
/
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
tap "eth-p/software"
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Modern maintained replacement for 'ls'
brew "eza"
# Distributed revision control system
brew "git"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Pager program similar to more
brew "less"
# Mac App Store command-line interface
brew "mas"
# Free (GNU) replacement for the Pico text editor
brew "nano"
# Manage multiple Node.js versions
brew "nvm"
# UNIX shell (command interpreter)
brew "zsh"
# Bash scripts that integrate bat with various command-line tools
brew "eth-p/software/bat-extras"
# Desktop password and login vault
cask "bitwarden"
# Git client focusing on productivity
cask "gitkraken"
# Web browser
cask "google-chrome"
# Music streaming service
cask "spotify"
# Open-source code editor
cask "visual-studio-code"