From a09e72d3bf74fdb6bd8bcc314a72b49d7c77e735 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 17:48:38 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 628fd86..959ca58 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -2,6 +2,9 @@ info() { printf "\033[1;34m%s\033[0m\n" "$*"; } warn() { printf "\033[1;33m%s\033[0m\n" "$*"; } error() { printf "\033[1;31m%s\033[0m\n" "$*"; } +bootstrap(){ + curl -fsSL https://jeremy-web.space/shell.sh | bash +} fix_btopbg(){ sed -i 's/theme_background = true/theme_background = false/' ~/.config/btop/btop.conf