mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
7 lines
225 B
Plaintext
7 lines
225 B
Plaintext
(from "ubuntu:14.04")
|
|
(run "apt-get update -qy && apt-get install tmux zsh weechat-curses -y")
|
|
(add ".weechat" "/.weechat")
|
|
(add ".tmux.conf" "/")
|
|
(run "echo \"export TERM=screen-256color\" >/.zshenv")
|
|
(cmd "zsh -c weechat")
|