https://github.com/jwillikers/keepassxc-config
My settings for the KeePassXC password manager.
https://github.com/jwillikers/keepassxc-config
config dotfiles flatpak git keepass keepassxc linux settings
Last synced: 2 months ago
JSON representation
My settings for the KeePassXC password manager.
- Host: GitHub
- URL: https://github.com/jwillikers/keepassxc-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2021-01-06T19:58:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-12T14:41:36.000Z (8 months ago)
- Last Synced: 2025-04-06T21:52:13.381Z (2 months ago)
- Topics: config, dotfiles, flatpak, git, keepass, keepassxc, linux, settings
- Homepage: https://codeberg.org/jwillikers/keepassxc-config
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= KeePassXC Settings
Jordan Williams
:experimental:
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:keepassxc: https://keepassxc.org/[KeePassXC]My settings for the {keepassxc} password manager.
== Usage
This repository contains the settings file for KeePassXC.
This file is synchronized using this Git repository.
The following instructions detail how to use and sync this repository.=== Install
Install these settings with the following instructions.
. Clone this repository.
+
[,sh]
----
git clone [email protected]:jwillikers/keepassxc-config.git
----. Change to the project's directory.
+
[,sh]
----
cd keepassxc-config
----. Symlink the `keepassxc.ini` file to the appropriate location.
+
--
NOTE: Close KeePassXC before copying the settings file._Flatpak_::
+
[,sh]
----
ln --force --relative --symbolic keepassxc.ini \
~/.var/app/org.keepassxc.KeePassXC/config/keepassxc/keepassxc.ini
----_System Package_::
+
[,sh]
----
ln --force --relative --symbolic keepassxc.ini \
~/.config/keepassxc/keepassxc.ini
----
--== Code of Conduct
Please refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].
== License
This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
Please refer to the bundled link:LICENSE.adoc[license].== Copyright
© 2020-2024 Jordan Williams
== Authors
mailto:{email}[{author}]