This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM ubuntu:14.04 | |
| WORKDIR /factorio | |
| RUN apt-get update &&\ | |
| apt-get install -y curl &&\ | |
| apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | |
| RUN curl -L -k https://www.factorio.com/get-download/0.12.24/headless/linux64 | tar -xzf - | |
| RUN /factorio/factorio/bin/x64/factorio --create mygame | |
| VOLUME ["/factorio/factorio"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set-option -g prefix C-a | |
| set -g status-bg black | |
| set -g status-fg white | |
| set -g status-left "#[fg=green]#H" | |
| set -g status-interval 2 | |
| set -g status-right "#[fg=green,bg=black,bright]#(tmux-mem-cpu-load 2)#[default]" | |
| set -g set-titles on | |
| set -g set-titles-string '#T' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (╯‵Д′)╯彡┻━┻ |