tmux
This commit is contained in:
parent
de3956621f
commit
30216371da
1 changed files with 1 additions and 1 deletions
2
setup.py
2
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")])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue