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