Skip to content

Instantly share code, notes, and snippets.

@deanacus
Created July 21, 2024 23:55
Show Gist options
  • Save deanacus/66b1e264ffbe19b7811011ccfa6481a0 to your computer and use it in GitHub Desktop.
Save deanacus/66b1e264ffbe19b7811011ccfa6481a0 to your computer and use it in GitHub Desktop.
tap "homebrew/bundle"
tap "homebrew/services"
# Formulae
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Modern, maintained replacement for ls
brew "eza"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Fast and simple Node.js version manager
brew "fnm"
# Command-line fuzzy finder written in Go
brew "fzf"
# Distributed revision control system
brew "git"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# Search tool like grep and The Silver Searcher
brew "ripgrep"
# Terminal multiplexer
brew "tmux"
# Casks
# Password manager that keeps all passwords secure behind one password
cask "1password"
# GPU-accelerated terminal emulator
cask "alacritty"
# Cross platform SQL editor and database management app
cask "beekeeper-studio"
# App to build and share containerised applications and microservices
cask "docker"
# Collaborative team software
cask "figma"
# Web browser
cask "google-chrome"
# Terminal built on web technologies
cask "hyper"
# Collaboration platform for API development
cask "postman"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# JavaScript playground that auto-evaluates as code is typed
cask "runjs"
# Music streaming service
cask "spotify"
# Open-source code editor
cask "visual-studio-code"
# Multimedia player
cask "vlc"
# VSCode Extensions
# TOML Language Support
vscode "be5invis.toml"
# Code formatter using prettier
vscode "esbenp.prettier-vscode"
# Run code snippet or code file for multiple languages
vscode "formulahendry.code-runner"
# Adds syntax highlighting, formatting, auto-completion, jump-to-definition and linting for .prisma files.
vscode "prisma.prisma"
# Copy JSON, paste as Go, TypeScript, C#, C++ and more.
vscode "quicktype.quicktype"
# Fish syntax highlighting
vscode "skyapps.fish-vscode"
# A dark Visual Studio Theme inspired by the great Ayu (Mirage) theme
vscode "sveggiani.vscode-field-lights"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment