From 56173464795e9c319c9b7b48c85f8290695fca83 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sat, 14 Dec 2019 01:45:51 +1300 Subject: [PATCH] Added terminal customisation packages. --- wsl-setup.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wsl-setup.org b/wsl-setup.org index 6a149ec..f6c8cd6 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -39,6 +39,9 @@ # Install dpkg management tools sudo apt-get install -y software-properties-common apt-transport-https ca-certificates + + # Install terminal customisation packages + sudo apt install -y xterm xtermcontrol #+END_SRC