Skip to content

Commit

Permalink
dashlane
Browse files Browse the repository at this point in the history
  • Loading branch information
caseytomlin authored Dec 3, 2024
1 parent d1f9774 commit 1853f8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .chezmoiscripts/run_once_install-dcli.sh
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions dot_ssh/id_rsa.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{{ dashlaneNote "gh ssh" }}

0 comments on commit 1853f8b

Please sign in to comment.