diff options
| author | 2024-07-19 00:06:31 +0500 | |
|---|---|---|
| committer | 2024-07-19 00:06:31 +0500 | |
| commit | de8b6046dbb84c89c07b7d1ad360d976d06f2753 (patch) | |
| tree | 9d41b36f5e053cac8acfc81ba93be2492902d2a8 | |
| parent | 70ec09255724c694aa54aa19f14622e5cde7ae90 (diff) | |
update
| -rwxr-xr-x | cloneDotfiles.sh | 2 | ||||
| -rw-r--r-- | 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": { |
