diff --git a/homebrew/Caskfile b/homebrew/Caskfile index a09d0a0..530af12 100644 --- a/homebrew/Caskfile +++ b/homebrew/Caskfile @@ -14,7 +14,6 @@ cask "lens" # Kubernetes manager # Helpful Applications cask "obsidian" # Notes cask "github-desktop" # Git GUI -cask "google-chrome" # Alt browser cask "postman" # API testing cask "drawio" # Diagrams @@ -44,3 +43,4 @@ cask "wkhtmltopdf" # cask "skype" # cask "dash" # cask "cyberduck" +# cask "google-chrome" diff --git a/homebrew/core.Brewfile b/homebrew/core.Brewfile index 1fbbcc7..76e05ee 100644 --- a/homebrew/core.Brewfile +++ b/homebrew/core.Brewfile @@ -13,4 +13,5 @@ brew "fd" # Faster, better find brew "sd" # Faster, better sed brew "bat" # Better cat brew "zoxide" # Better autojump +brew "thefuck" # Fix terminal mistakes brew "node" # Ugh, nodejs (for Vim CoC) diff --git a/homebrew/utils.Brewfile b/homebrew/utils.Brewfile index 99af285..a512d5e 100644 --- a/homebrew/utils.Brewfile +++ b/homebrew/utils.Brewfile @@ -18,6 +18,7 @@ brew "youtube-dl" # Download YouTube videos brew "googler" # Search Google 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