Skip to content

Commit

Permalink
Sync Bitwarden configuration (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas authored Aug 9, 2022
1 parent 19ec9e9 commit 5195cc2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions home/.chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ data:
github_user: {{ $github_user }}

bitwarden:
ssh_pub: 9dccedf6-0076-4e1b-93c5-ae5701120fa6
ssh_private: dd510179-aa2e-41a6-986f-ae570112a104
ngrok_authtoken: bb939e38-0279-4c2a-8f43-ae57012c34fe
ssh: 9dccedf6-0076-4e1b-93c5-ae5701120fa6
ngrok: bb939e38-0279-4c2a-8f43-ae57012c34fe
2 changes: 1 addition & 1 deletion home/dot_config/private_fish/functions/battlenet.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function battlenet --description 'Open Blizzard Battle.net'
# fix for Hearthstone tavern door infinite loading
remove -f Games/battlenet/drive_c/Program\ Files\ \(x86\)/Hearthstone/Hearthstone_Data/Plugins/x86/LocationAPI.dll
remove -f ~/Games/battlenet/drive_c/Program\ Files\ \(x86\)/Hearthstone/Hearthstone_Data/Plugins/x86/LocationAPI.dll

lutris battlenet
end
2 changes: 1 addition & 1 deletion home/dot_ssh/id_rsa.pub.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{- (bitwarden "item" .bitwarden.ssh_pub).notes }}
{{ (bitwardenFields "item" .bitwarden.ssh).public_key.value }}
2 changes: 1 addition & 1 deletion home/dot_ssh/id_rsa.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{- (bitwarden "item" .bitwarden.ssh_private).notes }}
{{ (bitwarden "item" .bitwarden.ssh).notes }}
2 changes: 1 addition & 1 deletion home/private_dot_ngrok2/private_ngrok.yml.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
authtoken: {{ (bitwarden "item" .bitwarden.ngrok_authtoken).login.password }}
authtoken: {{ (bitwardenFields "item" .bitwarden.ngrok).authtoken.value }}

0 comments on commit 5195cc2

Please sign in to comment.