X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config.yaml;h=3f4fcb0cd211667af70752581a3c9dd0609bb4e6;hb=f414bdd599a6877fc0f97872cb36a7c8b0c89a0d;hp=3a100bf14294dcdf05066b358366162edfb0458b;hpb=1950387f0b222d9ca51b573a4b287f139e5248c5;p=perso%2FImmae%2FConfig%2Fdotdrop.git diff --git a/config.yaml b/config.yaml index 3a100bf..3f4fcb0 100644 --- a/config.yaml +++ b/config.yaml @@ -62,6 +62,9 @@ dotfiles: prog_haskell_ghci: dst: ~/.ghc/ghci.conf src: programming/haskell/ghci.conf + prog_haskell_stack: + dst: ~/.local/share/stack + src: programming/haskell/stack prog_nodejs_npm: dst: ~/.config/npm/npmrc src: programming/nodejs/npmrc @@ -87,6 +90,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 @@ -128,6 +135,7 @@ profiles: _prog_haskell: dotfiles: - prog_haskell_ghci + - prog_haskell_stack _prog_nodejs: dotfiles: - prog_nodejs_npm @@ -138,6 +146,7 @@ profiles: _tools: dotfiles: - tools_mplayer + - tools_pass - tools_psql - tools_tmux - tools_youtube_viewer