start new:
tmux
start new with session name:
tmux new -s myname
brew install pandoc | |
brew tap homebrew/cask | |
brew install --cask basictex | |
eval "$(/usr/libexec/path_helper)" | |
# Update $PATH to include `/usr/local/texlive/2022basic/bin/universal-darwin` | |
sudo tlmgr update --self | |
sudo tlmgr install texliveonfly | |
sudo tlmgr install xelatex | |
sudo tlmgr install adjustbox | |
sudo tlmgr install tcolorbox |
Registered Name: https://zhile.io | |
License Key: 48891cf209c6d32bf4 |
addTwoElements :: a -> a -> [a] -> [a] | |
addTwoElements x y z = x : y : z |