From 71f1434167276fcf9c566da05304385db5c9da04 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sat, 6 Nov 2021 16:45:01 +0000 Subject: [PATCH] Remove conduit config --- .conduit.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .conduit.yaml diff --git a/.conduit.yaml b/.conduit.yaml deleted file mode 100644 index 894c7fd..0000000 --- a/.conduit.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -- location: ~/.config/python -- brew: - - python -- pip: - - yapf - - isort - - pylint - - flake8 - - ipython - - ipdb - - grip - - python-gist -- symlink: - - {src: flake8, dst: ~/.config/flake8} - - {src: pylintrc, dst: ~/.pylintrc} - - src: ipython_config.py - dst: ~/.ipython/profile_default/ipython_config.py - - {src: pip.conf, dst: ~/.config/pip/pip.conf}