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