Skip to content

Commit

Permalink
ensures Makefile adds themes directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Feb 14, 2022
1 parent 42b1be7 commit ddf42ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ julia:
ln -fs $(dotfiles)/startup.jl $(workspace)/.julia/config


$(workspace)/.config/kitty:
mkdir -p $(workspace)/.config/kitty/themes
$(workspace)/.config/kitty/themes:
mkdir -p $(workspace)/.config/kitty/themes/

kitty/%: $(workspace)/.config/kitty
kitty/%: $(workspace)/.config/kitty/themes
ln -fs $(dotfiles)/$@ $(workspace)/.config/$@

kitty: $(shell find kitty -type f)

0 comments on commit ddf42ba

Please sign in to comment.