From 05783121795db11c287c2933aada98be7ec6c3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 20 Oct 2018 17:17:50 +0200 Subject: Add password store --- config.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.yaml') diff --git a/config.yaml b/config.yaml index 3a100bf..b0ae702 100644 --- a/config.yaml +++ b/config.yaml @@ -87,6 +87,10 @@ dotfiles: tools_mplayer: dst: ~/.config/mplayer/config src: tools/mplayer + tools_pass: + dst: ~/.local/share/pass + link: true + src: password_store tools_psql: actions: - make_psql_dirs @@ -138,6 +142,7 @@ profiles: _tools: dotfiles: - tools_mplayer + - tools_pass - tools_psql - tools_tmux - tools_youtube_viewer -- cgit v1.2.3