From 1853f8beac7d6cce62235409d6fbf940169c7276 Mon Sep 17 00:00:00 2001 From: caseytomlin Date: Tue, 3 Dec 2024 09:03:54 +0000 Subject: [PATCH] dashlane --- .chezmoiscripts/run_once_install-dcli.sh | 11 +++++++++++ dot_ssh/id_rsa.tmpl | 1 + 2 files changed, 12 insertions(+) create mode 100644 .chezmoiscripts/run_once_install-dcli.sh create mode 100644 dot_ssh/id_rsa.tmpl diff --git a/.chezmoiscripts/run_once_install-dcli.sh b/.chezmoiscripts/run_once_install-dcli.sh new file mode 100644 index 0000000..afdc2ab --- /dev/null +++ b/.chezmoiscripts/run_once_install-dcli.sh @@ -0,0 +1,11 @@ +#!/bin/sh + +set -eux + +if command -v dcli >/dev/null 2>&1; then + echo "dcli already installed" +else + wget https://github.com/Dashlane/dashlane-cli/releases/download/v6.2447.2/dcli-linux-x64 + chmod +x dcli-linux-x64 + sudo mv dcli-linux-x64 /usr/local/bin/dcli +fi diff --git a/dot_ssh/id_rsa.tmpl b/dot_ssh/id_rsa.tmpl new file mode 100644 index 0000000..0b09761 --- /dev/null +++ b/dot_ssh/id_rsa.tmpl @@ -0,0 +1 @@ +{{ dashlaneNote "gh ssh" }} \ No newline at end of file