-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
86 lines (84 loc) · 2.06 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
78
79
80
81
82
83
84
85
86
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "homebrew/services"
tap "jesseduffield/lazygit"
brew "bat"
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Telescope live_grep
brew "fzf"
brew "gh"
# Distributed revision control system
brew "git"
# Generate introspection data for GObject libraries
brew "gobject-introspection"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
brew "koekeishiya/formulae/skhd"
brew "koekeishiya/formulae/yabai"
# ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
brew "libheif"
# Convert pixel information into colored ASCII art
brew "libcaca"
# Simple terminal UI for git commands
brew "lazygit"
# Library to render SVG files using Cairo
brew "librsvg"
# X.509 and CMS library
brew "libksba"
# C library implementing the SSH2 protocol
brew "libssh2"
# C websockets server library
brew "libwebsockets"
# Image manipulation
brew "netpbm"
brew "neovim"
brew "node"
brew "npm"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
brew "pyvim"
brew "ripgrep"
# Simple terminal UI for git commands
brew "lazygit"
#Graph visualization software from AT&T and Bell Labs
brew "graphviz"
brew "rbenv"
# Rust toolchain installer
brew "rustup-init"
brew "ruby-build"
# Database of common MIME types
brew "shared-mime-info"
brew "stow"
brew "swiftlint"
brew "telnet"
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Internet file retriever
brew "wget"
brew "zoxide"
# Spotlight killer
cask "raycast"
# Xcode extension for Github Copilot
cask "copilot-for-xcode"
cask "font-bitstream-vera-sans-mono-nerd-font"
cask "ghostty"
# Keyboard customizer
cask "karabiner-elements"
# File system integration
cask "macfuse"
cask "mouseless"
# Re-mounts write-protected NTFS volumes
cask "mounty"
cask "obsidian"
# QuickLook generator for Markdown files
cask "qlmarkdown"
# QuickLook plugin for JSON files
cask "quicklook-json"
# Install and switch between multiple versions of Xcode
cask "xcodes"
cask "zen-browser"