Last active
August 31, 2022 11:03
-
-
Save tupui/252ec07212023642c32d057a7d136364 to your computer and use it in GitHub Desktop.
What I need for my Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "hashicorp/tap" | |
tap "homebrew/bundle" | |
tap "homebrew/cask" | |
tap "homebrew/cask-drivers" | |
tap "homebrew/core" | |
tap "osx-cross/arm" | |
tap "osx-cross/avr" | |
tap "qmk/qmk" | |
tap "romkatv/powerlevel10k" | |
# Run your GitHub Actions locally 🚀 | |
brew "act" | |
# Clone of cat(1) with syntax highlighting and Git integration | |
brew "bat" | |
# Modern replacement for 'ls' | |
brew "exa" | |
# Simple, fast and user-friendly alternative to find | |
brew "fd" | |
# GNU compiler collection | |
brew "gcc" | |
# GitHub command-line tool | |
brew "gh" | |
# Interpreter for PostScript and PDF | |
brew "ghostscript" | |
# Distributed revision control system | |
brew "git" | |
# GNU Pretty Good Privacy (PGP) package | |
brew "gnupg" | |
# GNU grep, egrep and fgrep | |
brew "grep" | |
# Modern, extensible Python project management | |
brew "hatch" | |
# Improved top (interactive process viewer) | |
brew "htop" | |
# User-friendly cURL replacement (command-line HTTP client) | |
brew "httpie" | |
# Configurable static site generator | |
brew "hugo" | |
# Tools and libraries to manipulate images in many formats | |
brew "imagemagick" | |
# Small build system for use with gyp or CMake | |
brew "ninja" | |
# OpenBSD freely-licensed SSH connectivity tools | |
brew "openssh" | |
# Swiss-army knife of markup format conversion | |
brew "pandoc" | |
# PNG image optimizing utility | |
brew "pngquant" | |
# Framework for managing multi-language pre-commit hooks | |
brew "pre-commit" | |
# Search tool like grep and The Silver Searcher | |
brew "ripgrep" | |
# Utility that provides fast incremental file transfer | |
brew "rsync" | |
# Executes a program periodically, showing output fullscreen | |
brew "watch" | |
# Internet file retriever | |
brew "wget" | |
# Fish shell like syntax highlighting for zsh | |
brew "zsh-syntax-highlighting" | |
# Terraform | |
brew "hashicorp/tap/terraform" | |
# Quantum Mechanical Keyboard (QMK) Firmware | |
brew "qmk/qmk/qmk" | |
# A Zsh Theme | |
brew "romkatv/powerlevel10k/powerlevel10k" | |
# Compact TeX distribution as alternative to the full TeX Live / MacTeX | |
cask "basictex" | |
# Web browser focusing on privacy | |
cask "brave-browser" | |
# Clipboard extension app | |
cask "clipy" | |
# Universal database tool and SQL client | |
cask "dbeaver-community" | |
# Voice and text chat software | |
cask "discord" | |
# App to build and share containerized applications and microservices | |
cask "docker" | |
# Terminal emulator as alternative to Apple's Terminal app | |
cask "iterm2" | |
# Password manager app | |
cask "keepassxc" | |
# Minimal installer for conda with preinstalled support for Mamba | |
cask "mambaforge" | |
# IDE for Python programming - Community Edition | |
cask "pycharm-ce" | |
# Toolbox companion for QMK Firmware | |
cask "qmk-toolbox" | |
# Imaging utility to install operating systems to a microSD card | |
cask "raspberry-pi-imager" | |
# Instant messaging application focusing on security | |
cask "signal" | |
# Team communication and collaboration software | |
cask "slack" | |
# Git client | |
cask "sublime-merge" | |
# Text editor for code, markup and prose | |
cask "sublime-text" | |
# LaTeX editor | |
cask "texpad" | |
# Configurable document editor that supports Markdown | |
cask "typora" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment