From 30216371dadf8b9d935b9926581c9a3cd86ef1c9 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 13 Jun 2022 22:07:48 -0700 Subject: [PATCH] tmux --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ab2c8f..2cee2e1 100644 --- a/setup.py +++ b/setup.py @@ -108,5 +108,5 @@ if os.getenv("LOCALAPPDATA") is not None: if os.getenv("CODER_WORKSPACE_ID"): subprocess.run(["sudo", "add-apt-repository", "ppa:kelleyk/emacs", "-y"]) subprocess.run(["sudo", "apt-get", "update"]) - subprocess.run(["sudo", "apt-get", "install", "-y", "fish", "emacs27-nox"]) + subprocess.run(["sudo", "apt-get", "install", "-y", "fish", "emacs27-nox", "tmux"]) subprocess.run(["sudo", "chsh", "-s", "/usr/bin/fish", os.getenv("USER")])