mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-19 06:06:11 +00:00
feat: migrate to mise for unified tool management (#309)
This commit is contained in:
@@ -15,8 +15,8 @@ clone_z_repo()
|
||||
local bin_path=$2
|
||||
|
||||
if [[ ! -d "$bin_path" ]]; then
|
||||
git clone "$git_path" "$bin_path"
|
||||
msgr run_done "z installed at $bin_path"
|
||||
git clone "$git_path" "$bin_path" \
|
||||
&& msgr run_done "z installed at $bin_path"
|
||||
else
|
||||
msgr ok "z ($bin_path/) already installed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user