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", main: ".tcshrc",
run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`, run: `SHELL=/usr/bin/tcsh HOME="$PWD" tcsh`,
template: `echo "Hello, world!" 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: { typescript: {

View File

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

View File

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