From db8e5144ecc1282314c4b5c34d5756c88005c2bc Mon Sep 17 00:00:00 2001 From: gzagatti Date: Tue, 18 Jun 2024 15:23:20 +0200 Subject: [PATCH] adds ipython config and editorconfig --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Makefile b/Makefile index a438f8c..38e6866 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ gtk/%: ln -fs $(dotfiles)/$@ $(workspace)/.config/gtk-3.0/$(@F) ln -fs $(dotfiles)/$@ $(workspace)/.config/gtk-4.0/$(@F) +ipython/%: + mkdir -p $(workspace)/.ipython/profile_default + ln -fs $(dotfiles)/$@ $(workspace)/.ipython/profile_default/$(@F) + julia/%: mkdir -p $(workspace)/.julia/config ln -fs $(dotfiles)/$@ $(workspace)/.julia/config/$(@F) @@ -34,6 +38,7 @@ nix/%: # symlinks to ~/ ctags/% \ +editorconfig/% \ git/% \ r/% \ shells/% \ @@ -74,9 +79,11 @@ jupyter: $(wildcard jupyter/*) alacritty \ bin \ ctags \ +editorconfig \ emacs \ git \ gtk \ +ipython \ julia \ kitty \ nix \