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}