From 319fdb96155d53456dc08a41e0e4b3a769957f04 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:43:17 +0200 Subject: [PATCH] update log messages when installing user programs --- setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.sh b/setup.sh index 9f2edb7..301326d 100755 --- a/setup.sh +++ b/setup.sh @@ -153,18 +153,18 @@ function user_setup() { fi bash "${HOME}/.fzf/install" --key-bindings --completion --no-update-rc --no-zsh --no-fish >/dev/null - log 'debug' 'Installing zoxide' - curl -sSfL 'https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh' | bash + log 'debug' 'Installing / updating zoxide' + curl -sSfL 'https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh' | bash >/dev/null - log 'debug' 'Installing gitui' + log 'debug' 'Installing / updating gitui' curl -sSfL "https://github.com/extrawurst/gitui/releases/download/v0.26.1/gitui-linux-$(uname -m).tar.gz" \ | tar -xz -C "${HOME}/.local/bin" - log 'debug' 'Installing Starship' + log 'debug' 'Installing / updating Starship' curl -sSfL 'https://starship.rs/install.sh' \ | sh -s -- --bin-dir="${HOME}/.local/bin" --force >/dev/null - log 'debug' 'Installing Atuin' + log 'debug' 'Installing / updating Atuin' curl --proto '=https' --tlsv1.2 -LsSf 'https://github.com/atuinsh/atuin/releases/latest/download/atuin-installer.sh' \ | sh -s -- --quiet --no-modify-path