From b79066a3398788324ab46ea12400575fab63cce0 Mon Sep 17 00:00:00 2001 From: d0zingcat Date: Thu, 12 Feb 2026 22:00:56 +0800 Subject: [PATCH] feat: update config Signed-off-by: d0zingcat --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index c6a8fba..833bac7 100755 --- a/setup.sh +++ b/setup.sh @@ -17,12 +17,12 @@ CONFIG_FILES=( starship.toml stylua.toml direnv + ghostty ) CUSTOM_FILES=( #"ssh/config .ssh/config" "git/config .gitconfig" - #"logseq .logseq" ) RUSTUP_COMPONENTS=( @@ -59,7 +59,7 @@ function command_exists() { # Check if a command exists # Usage: command_exists local cmd="$1" - + if command -v "$cmd" >/dev/null 2>&1; then return 0 # Command exists else @@ -220,7 +220,7 @@ function post_recover() { } option=$1 -case $option in +case $option in recover) new_recover ;;