Add profile to install asymptote-config.
This commit is contained in:
parent
c7827ce97f
commit
97e72f15d5
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -13,3 +13,6 @@
|
|||||||
[submodule "zsh/oh-my-zsh"]
|
[submodule "zsh/oh-my-zsh"]
|
||||||
path = zsh/oh-my-zsh
|
path = zsh/oh-my-zsh
|
||||||
url = https://github.com/robbyrussell/oh-my-zsh.git
|
url = https://github.com/robbyrussell/oh-my-zsh.git
|
||||||
|
[submodule "libs/github/asymptote-config"]
|
||||||
|
path = libs/github/asymptote-config
|
||||||
|
url = https://github.com/jefflance/asymptote-config.git
|
||||||
|
2
libs/configs/asymptote.yaml
Normal file
2
libs/configs/asymptote.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- link:
|
||||||
|
~/.asy: libs/github/asymptote-config
|
@ -1,2 +1,8 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.latexmkr: confs/latexmkrc
|
~/.latexmkrc: confs/latexmkrc
|
||||||
|
|
||||||
|
- shell:
|
||||||
|
-
|
||||||
|
command: MYTEXMF=texmf/tex/latex ; if [ $(uname -s) = Darwin ]; then mkdir -p "$HOME/Library/$MYTEXMF"; elif [ $(uname -s) = Linux ]; then mkdir -p "$HOME/$MYTEXMF"; fi
|
||||||
|
description: Create latex personal directory
|
||||||
|
|
||||||
|
1
libs/github/asymptote-config
Submodule
1
libs/github/asymptote-config
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit be7949b828804ec890952e414ccae0583df9877e
|
@ -1,5 +1,6 @@
|
|||||||
aacskeys
|
aacskeys
|
||||||
abcde
|
abcde
|
||||||
|
asymptote
|
||||||
awesome
|
awesome
|
||||||
beets
|
beets
|
||||||
editorconfig
|
editorconfig
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
asymptote
|
||||||
emacs
|
emacs
|
||||||
latex
|
latex
|
||||||
slate
|
slate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user