Skip to content

Commit

Permalink
"KeePassXC" snowblock (#245)
Browse files Browse the repository at this point in the history
I'm using the awesome KeePassXC [1] since the beginning of the project,
but never added a snowblock for configuration file(s).

Initially this commits now includes the `keepassxc.ini` file symlinked
to the corresponding OS dependent path(s):

- Linux: `$XDG_CONFIG_HOME/keepassxc`
- macOS: `$HOME/Library/Application Support/keepassxc`

[1]: https://keepassxc.org

Closes GH-244
  • Loading branch information
arcticicestudio authored Apr 14, 2020
1 parent 9827f95 commit 66852dd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Binary file added snowblocks/keepassxc/keepassxc.ini.igloocrypt
Binary file not shown.
26 changes: 26 additions & 0 deletions snowblocks/keepassxc/snowblock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"clean": [
"$HOME/Library/Application Support/keepassxc",
"$XDG_CONFIG_HOME/keepassxc"
]
},
{
"link": {
"$HOME/Library/Application Support/keepassxc/keepassxc.ini": {
"create": true,
"force": true,
"hosts": {
"iceowl": "keepassxc.ini.igloocrypt"
}
},
"$XDG_CONFIG_HOME/keepassxc/keepassxc.ini": {
"create": true,
"force": true,
"hosts": {
"polarbear": "keepassxc.ini.igloocrypt"
}
}
}
}
]

0 comments on commit 66852dd

Please sign in to comment.