From bf4b0c50f40144431f1eef55b95988f9a1c6b851 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 8 Dec 2022 20:58:33 +0200 Subject: [PATCH] Brew jetbrains-toolbox, soundsource --- .gitattributes | 5 +++++ Brewfile | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/.gitattributes b/.gitattributes index 86439c9..c568bd7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -205,7 +205,12 @@ Procfile text # Ignore files (like .npmignore or .gitignore) *.*ignore text + +*.gitignore text *.gitkeep text +.gitattributes export-ignore +**/.gitignore export-ignore +**/.gitkeep export-ignore # Repo specials local/bin/* text eol=lf diff --git a/Brewfile b/Brewfile index c0deaee..afa8abe 100644 --- a/Brewfile +++ b/Brewfile @@ -189,6 +189,8 @@ cask "fork" cask "google-cloud-sdk" # HTTP and GraphQL Client cask "insomnia" +# JetBrains tools manager +cask "jetbrains-toolbox" # Kubernetes IDE cask "lens" # Reverse proxy, secure introspectable tunnels to localhost @@ -207,6 +209,8 @@ cask "quicklookase" cask "sequel-ace" # Collection of apps available by subscription cask "setapp" +# Sound and audio controller +cask "soundsource" # Application for inspecting installer packages cask "suspicious-package" # Quicklook extension for source files