Skip to content

Commit

Permalink
moves texlive to latexmk.
Browse files Browse the repository at this point in the history
  • Loading branch information
gzagatti committed Oct 19, 2022
1 parent b727f0a commit 24a1083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ nix/%:
mkdir -p $(workspace)/$(@D:nix/%=%)
ln -fs $(dotfiles)/$@ $(workspace)/.config/$(@:nix/%=%)

texlive/%:
mkdir -p $(workspace)/.config/latexmk
ln -fs $(dotfiles)/$@ $(workspace)/.config/latexmk/$(@F)

# symlinks to ~/
ctags/% \
git/% \
Expand All @@ -48,6 +44,7 @@ vim/% \
# symlinks to ~/.config/
alacritty/% \
kitty/% \
latexmk/% \
nnn/% \
nvim/% \
rofi/% \
Expand Down Expand Up @@ -83,7 +80,7 @@ nnn \
nvim \
r \
rofi \
texlive \
latexmk \
vim \
zathura \
: %: $$(shell find % -type f)
File renamed without changes.

0 comments on commit 24a1083

Please sign in to comment.