From 6438efa60782a8d7f789765d2b0c5a58065c2560 Mon Sep 17 00:00:00 2001 From: Alexander Kondratev Date: Mon, 7 Sep 2026 12:32:54 +0500 Subject: [PATCH] Update Brewfile --- config/gitignore | 3 +++ macos/Brewfile | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/config/gitignore b/config/gitignore index 3fcd4f2..466300d 100644 --- a/config/gitignore +++ b/config/gitignore @@ -188,3 +188,6 @@ erl_crash.dump .pyre .bash_history .python_history + +#### aislop #### +**/superpowers/ diff --git a/macos/Brewfile b/macos/Brewfile index a5db970..120d006 100644 --- a/macos/Brewfile +++ b/macos/Brewfile @@ -22,6 +22,8 @@ brew "libomp" brew "nano" # Improved Nano Syntax Highlighting Files brew "nanorc" +# Port scanning utility for large networks +brew "nmap" # Open-source, cross-platform JavaScript runtime environment brew "node" # Manage multiple Node.js versions @@ -34,6 +36,8 @@ brew "pyenv" brew "ruby-build" # Ruby version manager brew "rbenv" +# Search tool like grep and The Silver Searcher +brew "ripgrep" # Powerful, clean, object-oriented scripting language brew "ruby" # Safe, concurrent, practical language