Skip to content

Commit

Permalink
some comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Oct 19, 2022
1 parent b1746eb commit b727f0a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ texlive/%:
mkdir -p $(workspace)/.config/latexmk
ln -fs $(dotfiles)/$@ $(workspace)/.config/latexmk/$(@F)

# symlinks to ~/
ctags/% \
git/% \
r/% \
Expand All @@ -44,6 +45,7 @@ vim/% \
:
ln -fs $(dotfiles)/$@ $(workspace)/.$(@F)

# symlinks to ~/.config/
alacritty/% \
kitty/% \
nnn/% \
Expand All @@ -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 \
Expand Down

0 comments on commit b727f0a

Please sign in to comment.