Remove ipython config

This commit is contained in:
Evie Litherland-Smith 2024-03-04 14:45:20 +00:00
parent 415fbdd795
commit cb736a7100
3 changed files with 2 additions and 3 deletions

View file

@ -1,7 +1,6 @@
{...}: { {...}: {
xdg.configFile = { xdg.configFile = {
"pypoetry/config.toml".source = ./poetry-config.toml; "pypoetry/config.toml".source = ./poetry-config.toml;
"ipython/profile_default/ipython_config.json".source = ./ipython_config.json;
"jupyter/jupyter_server_config.py".source = ./jupyter_server_config.py; "jupyter/jupyter_server_config.py".source = ./jupyter_server_config.py;
"jupyter/jupyter_nbconvert_config.py".source = "jupyter/jupyter_nbconvert_config.py".source =
./jupyter_nbconvert_config.py; ./jupyter_nbconvert_config.py;

View file

@ -6,7 +6,7 @@
# Python # Python
(python3.withPackages (python3.withPackages
(ps: with ps; [isort mypy python-lsp-server ipython numpy])) (ps: with ps; [isort mypy python-lsp-server numpy]))
ruff ruff
poetry poetry

View file

@ -1,5 +1,5 @@
HOST=$1 HOST=$1
for TARGET in bat bottom git zellij starship.toml "ipython/profile_default/ipython_config.json"; do for TARGET in bat bottom git zellij starship.toml; do
SOURCE="$HOME/.config/$TARGET" SOURCE="$HOME/.config/$TARGET"
echo "--- $SOURCE ---" echo "--- $SOURCE ---"
TMP_TARGET=/tmp/rsync-local-config TMP_TARGET=/tmp/rsync-local-config