2014-08-05 13:17:40 -07:00
|
|
|
(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")
|
2014-08-29 12:49:16 -07:00
|
|
|
(cmd "zsh -c weechat")
|