result 225 B

123456
  1. (from "ubuntu:14.04")
  2. (run "apt-get update -qy && apt-get install tmux zsh weechat-curses -y")
  3. (add ".weechat" "/.weechat")
  4. (add ".tmux.conf" "/")
  5. (run "echo \"export TERM=screen-256color\" >/.zshenv")
  6. (cmd "zsh -c weechat")