add install script
This commit is contained in:
parent
101308efdc
commit
f09c1b8304
|
|
@ -5,3 +5,9 @@
|
||||||
- Presentations (fibeamer)
|
- Presentations (fibeamer)
|
||||||
- Tikz-Standalones
|
- Tikz-Standalones
|
||||||
|
|
||||||
|
|
||||||
|
## INSTALL
|
||||||
|
|
||||||
|
```
|
||||||
|
$ ./install.sh
|
||||||
|
```
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
#! /usr/bin/sh
|
||||||
|
|
||||||
|
txmfdir=$HOME/texmf/tex/latex
|
||||||
|
|
||||||
|
mkdir -p $txmfdir
|
||||||
|
ln -s . $texmf/
|
||||||
Loading…
Reference in New Issue