-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
139 lines (139 loc) · 3.95 KB
/
Brewfile
File metadata and controls
139 lines (139 loc) · 3.95 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
tap "benjiwolff/neovim-nightly"
tap "buo/cask-upgrade"
tap "homebrew/bundle"
tap "homebrew/cask-fonts"
tap "homebrew/services"
tap "nikitabobko/tap"
tap "osx-cross/arm"
tap "osx-cross/avr"
tap "qmk/qmk"
tap "th-ch/youtube-music"
# Collection of portable C++ source libraries
brew "boost", link: false
# Isolated development environments using Docker
brew "docker-compose"
# YAML Parser
brew "libyaml"
# Cryptography and SSL/TLS Toolkit
brew "openssl@3"
# Easiest way to build and release mobile apps
brew "fastlane"
# Simple, fast and user-friendly alternative to find
brew "fd"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Command-line tools for fly.io services
brew "flyctl"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU multiple precision arithmetic library
brew "gmp"
# GNU compiler collection
brew "gcc"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# Utility for directing compilation
brew "make"
# Mac App Store command-line interface
brew "mas"
# Polyglot runtime manager (asdf rust clone)
brew "mise"
# Manage multiple Node.js versions
brew "nvm"
# Interpreted, interactive, object-oriented programming language
brew "[email protected]"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Organize software neatly under a single directory tree (e.g. /usr/local)
brew "stow"
# Terminal multiplexer
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Parser generator tool
brew "tree-sitter-cli"
# Extraction utility for .zip compressed archives
brew "unzip"
# Internet file retriever
brew "wget"
# Blazing fast terminal file manager written in Rust, based on async I/O
brew "yazi"
# Plain text note-taking assistant
brew "zk"
# Shell extension to navigate your filesystem faster
brew "zoxide"
# Quantum Mechanical Keyboard (QMK) Firmware
brew "qmk/qmk/qmk"
# Password manager that keeps all passwords secure behind one password
cask "1password"
# Command-line interface for 1Password
cask "1password-cli"
# Stand alone ad blocker
cask "adguard"
# AeroSpace is an i3-like tiling window manager for macOS
cask "aerospace"
# Application launcher and productivity software
cask "alfred"
# Tools for building Android applications
cask "android-studio"
# Memory training application
cask "anki"
# Temporary notes with calculations and extensible features
cask "antinote"
# Application uninstaller
cask "appcleaner"
# Display management tool
cask "betterdisplay"
# Tool to customise input devices and automate computer systems
cask "bettertouchtool"
# Calendar software focusing on flexibility and reliability
cask "busycal"
# Contact manager focusing on efficiency
cask "busycontacts"
# E-books management software
cask "calibre"
# Software for drawing and painting
cask "clip-studio-paint"
# Image, video and clipboard optimiser
cask "clop"
# Reclaim storage used for Xcode caches
cask "devcleaner"
# App to build and share containerised applications and microservices
cask "docker-desktop"
# Vietnamese keyboard
cask "evkey"
cask "font-jetbrains-mono-nerd-font"
# Web browser
cask "google-chrome"
# Menu bar manager
cask "jordanbaird-ice"
# Automation software
cask "keyboard-maestro"
# GPU-based terminal emulator
cask "kitty"
# Mouse utility to add gesture functions and smooth scrolling to 3rd party mice
cask "mac-mouse-fix"
# Mouse control with the keyboard
cask "mouseless"
# Vim-fork focused on extensibility and usability
cask "neovim-nightly"
# VPN client focusing on security
cask "protonvpn"
# Screenshot measurement and annotation tool
cask "shottr"
# Video game digital distribution service
cask "steam"
# Control windows and applications right from your trackpad
cask "swish"
# GPU-accelerated cross-platform terminal emulator and multiplexer
cask "wezterm"
mas "Dropover", id: 1355679052
mas "iA Writer", id: 775737590
mas "Klack", id: 6446206067
mas "Telegram", id: 747648890
mas "The Unarchiver", id: 425424353
mas "Things", id: 904280696
mas "Wipr", id: 1662217862
mas "Xcode", id: 497799835