From 4d89822d78610df9a7a84014e5c0507666d084c8 Mon Sep 17 00:00:00 2001 From: BlueTufa Date: Thu, 30 Apr 2026 10:57:29 -0600 Subject: [PATCH] Brew bundle cleanup --- Brewfile | 6 ------ ipython/ipython_config.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Brewfile b/Brewfile index 5de723f..1dedd44 100644 --- a/Brewfile +++ b/Brewfile @@ -4,16 +4,11 @@ brew "openssl@3" brew "autoconf" brew "libssh2" brew "bat" -brew "btop" brew "glib" -brew "cdrtools" brew "cmake" brew "curl" brew "defaultbrowser" -brew "docker" -brew "docker-compose" brew "eza" -brew "fastfetch" brew "fd" brew "fdupes" brew "gnutls" @@ -54,7 +49,6 @@ brew "rsync" brew "rustup" brew "smartmontools" brew "socat" -brew "sops" brew "starship" brew "subversion" brew "telnet" diff --git a/ipython/ipython_config.py b/ipython/ipython_config.py index 3dc7753..927fd50 100644 --- a/ipython/ipython_config.py +++ b/ipython/ipython_config.py @@ -5,7 +5,7 @@ c.TerminalInteractiveShell.colors = 'Linux' # Options: 'NoColor', 'Linux', 'LightBG', 'Neutral' # Or for syntax highlighting -c.TerminalInteractiveShell.highlighting_style = 'solarized-dark' +# c.TerminalInteractiveShell.highlighting_style = 'solarized-dark' c.TerminalInteractiveShell.history_length = 100000