From f635995d3cad4119ed9f8c160483c40710803086 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 18:30:42 -0400 Subject: [PATCH] Update 1 file: functions.zsh --- default/.config/zsh/functions.zsh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/default/.config/zsh/functions.zsh b/default/.config/zsh/functions.zsh index 910afa9..7b0a180 100644 --- a/default/.config/zsh/functions.zsh +++ b/default/.config/zsh/functions.zsh @@ -3,19 +3,19 @@ warn() { printf "\033[1;33m%s\033[0m\n" "󰅚 $*"; } error() { printf "\033[1;31m%s\033[0m\n" "󰅙 $*"; } success() { printf "\033[1;32m%s\033[0m\n" "󰄬 $*"; } -bootstrap(){ +dotstate-bootstrap(){ curl -fsSL https://jeremy-web.space/shell.sh | bash } -fix_btopbg(){ +fix-btopbg(){ sed -i 's/theme_background = true/theme_background = false/' ~/.config/btop/btop.conf } -install_opencode(){ +install-opencode(){ curl -fsSL https://opencode.ai/install | bash } -dotstate_update() { +dotstate-update() { local REPO_URL="https://git.jeremymcclure.com/jeremy/dotstate-storage.git" local TARGET_DIR="$HOME/.config/dotstate/storage" @@ -44,6 +44,6 @@ dotstate_update() { exec zsh } -dotstate_logs(){ +dotstate-logs(){ lazygit -p $HOME/.config/dotstate/storage } \ No newline at end of file