From b727f0a8e126cece7927bad383b323899f28564a Mon Sep 17 00:00:00 2001 From: gzagatti Date: Wed, 19 Oct 2022 11:48:42 +0800 Subject: [PATCH] some comments. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index da9d31e..4d76cb7 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,7 @@ texlive/%: mkdir -p $(workspace)/.config/latexmk ln -fs $(dotfiles)/$@ $(workspace)/.config/latexmk/$(@F) +# symlinks to ~/ ctags/% \ git/% \ r/% \ @@ -44,6 +45,7 @@ vim/% \ : ln -fs $(dotfiles)/$@ $(workspace)/.$(@F) +# symlinks to ~/.config/ alacritty/% \ kitty/% \ nnn/% \ @@ -66,6 +68,7 @@ tmux: inputrc $(wildcard shells/tmux*) jupyter: $(wildcard jupyter/*) mkdir -p $(workspace)/.local/share/jupyter/kernels +# find files in the listed directories .SECONDEXPANSION: alacritty \ bin \