Skip to content

Commit

Permalink
adds ipython config and editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Jun 18, 2024
1 parent 2ecd17c commit db8e514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -34,6 +38,7 @@ nix/%:

# symlinks to ~/
ctags/% \
editorconfig/% \
git/% \
r/% \
shells/% \
Expand Down Expand Up @@ -74,9 +79,11 @@ jupyter: $(wildcard jupyter/*)
alacritty \
bin \
ctags \
editorconfig \
emacs \
git \
gtk \
ipython \
julia \
kitty \
nix \
Expand Down

0 comments on commit db8e514

Please sign in to comment.