X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=config.yaml;fp=config.yaml;h=9d544f446a37b3c563b634f57f56dc1d10868526;hb=3cfba3158e3e4801f63abd5f05ac48a0008b72b9;hp=f33b6ebcce30206b6bff5c27bb6d23fb4e0cf925;hpb=d5458026c4d8559d883cac11e632ac30b15f3d8f;p=perso%2FImmae%2FConfig%2Fdotdrop.git diff --git a/config.yaml b/config.yaml index f33b6eb..9d544f4 100644 --- a/config.yaml +++ b/config.yaml @@ -118,6 +118,9 @@ dotfiles: prog_nodejs_npm: dst: ~/.config/npm/npmrc src: programming/nodejs/npmrc + prog_python_startup: + dst: ~/.config/python/startup_script.py + src: programming/python/startup_script.py remind_0_service: actions: - systemd_daemon_reload @@ -171,6 +174,7 @@ profiles: include: - _prog_haskell - _prog_nodejs + - _prog_python _git: dotfiles: - git_config_files @@ -198,6 +202,9 @@ profiles: _prog_nodejs: dotfiles: - prog_nodejs_npm + _prog_python: + dotfiles: + - prog_python_startup _shell_bash: dotfiles: - shell_bash_profile