Remove ipython config
This commit is contained in:
parent
415fbdd795
commit
cb736a7100
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue