This commit is contained in:
Radon Rosborough 2020-06-22 20:57:44 -06:00
parent 06bb57fed8
commit 3255a26d73
3 changed files with 15 additions and 0 deletions

View File

@ -1005,6 +1005,16 @@ END
main: ".tcshrc",
run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`,
template: `echo "Hello, world!"
`,
},
tex: {
aliases: ["latex", "xetex", "plaintex"],
name: "TeX",
monacoLang: "plaintext",
repl: "tex",
main: "main.tex",
run: "tex main.tex",
template: `\\message{Hello, world!}
`,
},
typescript: {

View File

@ -15,6 +15,7 @@ python3-pip
yarn
# Handy utilities
apt-file
bsdmainutils
curl
emacs-nox
@ -24,6 +25,7 @@ jq
lsof
make
man-db
moreutils
nano
sudo
tmux

View File

@ -37,6 +37,9 @@ tcl
# Tcsh
tcsh
# TeX
texlive-binaries
# Unlambda
unlambda