reorganize brewfiles

This commit is contained in:
Noah Masur 2021-04-09 22:19:28 -04:00
parent a4269b8da0
commit 0f27508866
6 changed files with 46 additions and 47 deletions

View File

@ -9,12 +9,10 @@ cask "1password" # Work pwm
cask "1password-cli" # Pwm for tmux cask "1password-cli" # Pwm for tmux
cask "dropbox" # File sharing cask "dropbox" # File sharing
cask "docker" # Containers cask "docker" # Containers
cask "lens" # Kubernetes manager
# Helpful Applications # Helpful Applications
cask "obsidian" # Notes cask "obsidian" # Notes
cask "github-desktop" # Git GUI cask "github-desktop" # Git GUI
cask "postman" # API testing
cask "drawio" # Diagrams cask "drawio" # Diagrams
# Auxiliary Tools # Auxiliary Tools
@ -28,19 +26,16 @@ tap "homebrew/cask-fonts"
cask "font-fira-mono-for-powerline" cask "font-fira-mono-for-powerline"
# Personal # Personal
cask "lastpass" # My pwm
cask "authy" # Authentication cask "authy" # Authentication
cask "keybase" # Encryption cask "keybase" # Encryption
cask "discord" # My chat cask "discord" # My chat
cask "steam" # Games cask "steam" # Games
cask "vlc" # Video player cask "vlc" # Video player
cask "calibre" # Ebook manager
cask "jira-client" cask "jira-client"
cask "wkhtmltopdf" cask "wkhtmltopdf"
# Don't bother # Optional
# cask "skype" # cask "postman" # API testing
# cask "dash" # cask "lens" # Kubernetes manager
# cask "cyberduck" # cask "calibre" # Ebook manager
# cask "google-chrome"

View File

@ -13,5 +13,4 @@ brew "fd" # Faster, better find
brew "sd" # Faster, better sed brew "sd" # Faster, better sed
brew "bat" # Better cat brew "bat" # Better cat
brew "zoxide" # Better autojump brew "zoxide" # Better autojump
brew "thefuck" # Fix terminal mistakes
brew "node" # Ugh, nodejs (for Vim CoC) brew "node" # Ugh, nodejs (for Vim CoC)

View File

@ -1,13 +1,11 @@
# DevOps Packages # DevOps Packages
tap "nmasur/repo" tap "nmasur/repo"
tap "superfly/tap"
brew "ansible" # Deploy to local server brew "ansible" # Deploy to local server
brew "terraform" # Deploy cloud infra brew "terraform" # Deploy cloud infra
brew "packer" # Build deployment images brew "packer" # Build deployment images
brew "awscli" # AWS API tools brew "awscli" # AWS API tools
brew "kubectl" # Kubernetes CLI brew "kubectl" # Kubernetes CLI
brew "k9s" # Kubernetes TUI brew "k9s" # Kubernetes TUI
brew "superfly/tap/flyctl" # Fly.io CLI brew "nmasur/repo/drips" # Retrieve AWS IPs
brew "nmasur/repo/drips" # Retrieve AWS IPs

View File

@ -0,0 +1,16 @@
# Still Learning Tools
tap "superfly/tap"
brew "thefuck" # Fix terminal mistakes
brew "superfly/tap/flyctl" # Fly.io CLI
brew "haskell-stack" # Latest version of Haskell
brew "xsv" # CSV manipulation
brew "gron" # JSON grep
brew "nushell" # Data manipulation shell
brew "tectonic" # Minimal LaTeX compiler
brew "noti" # Create system notifications
brew "b2-tools" # BackBlaze B2 storage
brew "cjbassi/ytop/ytop" # Fancy system performance
brew "nmasur/repo/update-ssh-config" # Update .ssh/config
brew "kakoune" # Modal editor

View File

@ -1,8 +1,7 @@
# Programming Packages # Programming Packages
brew "shellcheck" # Lint for bash brew "shellcheck" # Lint for bash
brew "python" # Latest version of Python brew "python" # Latest version of Python
brew "ipython" # Better interactive Python shell brew "ipython" # Better interactive Python shell
brew "poetry" # Project-based Python dependencies brew "poetry" # Project-based Python dependencies
brew "ruby" # Newer than default ruby brew "ruby" # Newer than default ruby
brew "haskell-stack" # Latest version of Haskell

View File

@ -3,25 +3,17 @@
tap "nmasur/repo" tap "nmasur/repo"
tap "cjbassi/ytop" tap "cjbassi/ytop"
brew "jq" # JSON manipulation brew "jq" # JSON manipulation
brew "gron" # JSON grep brew "dos2unix" # File conversion
brew "xsv" # CSV manipulation brew "tree" # Display directory trees
brew "dos2unix" # File conversion brew "trash" # Delete to trash
brew "trash" # Delete to trash brew "wget" # Not quite curl
brew "wget" # Not quite curl brew "telnet" # Check networking
brew "telnet" # Check networking brew "prettyping" # Better ping
brew "prettyping" # Better ping brew "httpie" # Better curl
brew "httpie" # Better curl brew "gpg" # Encryption
brew "nushell" # Data manipulation shell brew "qrencode" # Make a QR code
brew "gpg" # Encryption brew "youtube-dl" # Download YouTube videos
brew "qrencode" # Make a QR code brew "googler" # Search Google
brew "youtube-dl" # Download YouTube videos brew "gh" # GitHub commands
brew "googler" # Search Google brew "pandoc" # Document converter
brew "gh" # GitHub commands
brew "pandoc" # Document converter
brew "tectonic" # Minimal LaTeX compiler
brew "noti" # Create system notifications
brew "b2-tools" # BackBlaze B2 storage
brew "cjbassi/ytop/ytop" # Fancy system performance
brew "nmasur/repo/update-ssh-config" # Update .ssh/config
brew "kakoune" # Modal editor