added Brewfile

This commit is contained in:
Colin Henry 2022-05-26 11:52:59 -07:00
parent b3a730df18
commit 9a44cbda31
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
!git/*
!vscode/*
!starship.toml
!Brewfile
#directory catchall
!*/

25
Brewfile Normal file
View File

@ -0,0 +1,25 @@
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
# Distributed revision control system
brew "git"
# Improved top (interactive process viewer)
brew "htop"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Utility for directing compilation
brew "make"
# Cross-shell prompt for astronauts
brew "starship"
# Apple TV Aerial screensaver
cask "aerial"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# Scheduling application focusing on organization
cask "omnifocus"
# Music streaming service
cask "spotify"
# Open-source code editor
cask "visual-studio-code"
# Password Manager
cask "1password"