From de8b6046dbb84c89c07b7d1ad360d976d06f2753 Mon Sep 17 00:00:00 2001 From: Alexey Stepanov Date: Fri, 19 Jul 2024 00:06:31 +0500 Subject: update --- cloneDotfiles.sh | 2 +- user_configuration.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/cloneDotfiles.sh b/cloneDotfiles.sh index 910ebf3..ad3c6cf 100755 --- a/cloneDotfiles.sh +++ b/cloneDotfiles.sh @@ -19,7 +19,7 @@ function getKdbxFile () { function openKeepass () { setStatusE true - keepassxc-cli clip ~/Passwords.kdbx github 0 -a token-cli + keepassxc-cli clip ~/Passwords.kdbx Github 0 -a token-cli } pipx install wldhx.yadisk-direct diff --git a/user_configuration.json b/user_configuration.json index 9028d4c..bc7f076 100644 --- a/user_configuration.json +++ b/user_configuration.json @@ -55,7 +55,8 @@ "chezmoi", "networkmanager", "sway", - "gum" + "gum", + "jq" ], "parallel downloads": 0, "profile_config": { -- cgit