From 3cfba3158e3e4801f63abd5f05ac48a0008b72b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 28 Oct 2018 11:42:18 +0100 Subject: Add python script --- config.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.yaml') 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 -- cgit v1.2.3