mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
ai: add latex rendering
This commit is contained in:
@@ -86,3 +86,18 @@ install-bibata (){
|
||||
x sudo cp -r $name /usr/local/share/icons
|
||||
x cd $base
|
||||
}
|
||||
|
||||
install-MicroTex (){
|
||||
x mkdir -p $base/cache/MicroTex
|
||||
x cd $base/cache/MicroTex
|
||||
try git init -b master
|
||||
try git remote add origin https://github.com/NanoMichael/MicroTeX.git
|
||||
x git pull origin master && git submodule update --init --recursive
|
||||
x mkdir -p build
|
||||
x cd build
|
||||
x cmake ..
|
||||
x make -j32
|
||||
x sudo mkdir -p /usr/local/bin
|
||||
x sudo cp ./LaTeX /usr/local/bin/
|
||||
x cd $base
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user