summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 17:17:50 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-10-20 17:17:50 +0200
commit05783121795db11c287c2933aada98be7ec6c3e1 (patch)
treef85395807fcf256e6ebb40670fb310df069a5355
parent1950387f0b222d9ca51b573a4b287f139e5248c5 (diff)
downloaddotdrop-05783121795db11c287c2933aada98be7ec6c3e1.tar.gz
dotdrop-05783121795db11c287c2933aada98be7ec6c3e1.tar.zst
dotdrop-05783121795db11c287c2933aada98be7ec6c3e1.zip
Add password store
-rw-r--r--.gitmodules3
-rw-r--r--config.yaml5
m---------dotfiles/password_store0
3 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6b8a93e
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
1[submodule "dotfiles/password_store"]
2 path = dotfiles/password_store
3 url = ssh://gitolite@git.immae.eu/perso/Immae/Prive/Password_store
diff --git a/config.yaml b/config.yaml
index 3a100bf..b0ae702 100644
--- a/config.yaml
+++ b/config.yaml
@@ -87,6 +87,10 @@ dotfiles:
87 tools_mplayer: 87 tools_mplayer:
88 dst: ~/.config/mplayer/config 88 dst: ~/.config/mplayer/config
89 src: tools/mplayer 89 src: tools/mplayer
90 tools_pass:
91 dst: ~/.local/share/pass
92 link: true
93 src: password_store
90 tools_psql: 94 tools_psql:
91 actions: 95 actions:
92 - make_psql_dirs 96 - make_psql_dirs
@@ -138,6 +142,7 @@ profiles:
138 _tools: 142 _tools:
139 dotfiles: 143 dotfiles:
140 - tools_mplayer 144 - tools_mplayer
145 - tools_pass
141 - tools_psql 146 - tools_psql
142 - tools_tmux 147 - tools_tmux
143 - tools_youtube_viewer 148 - tools_youtube_viewer
diff --git a/dotfiles/password_store b/dotfiles/password_store
new file mode 160000
Subproject 08d8c4c5205c47b867c27da2d203337851d5290