#!/usr/bin/env bash
set -euo pipefail
IFS=$'\n\t'
set -vx

bundle install

# Do any other automated setup that you need to do here

# Baixando modelo-oficial
git clone https://github.com/abntex/trabalho-academico-limarka.git modelo-oficial
# git clone git@github.com:abntex/trabalho-academico-limarka.git modelo-oficial


# tlmgr update --self --all
# tlmgr path add
# fmtutil-sys --all

# sudo apt-get install xzdec
# tlmgr install memoir abntex2 lm latex lastpage tools graphics microtype lipsum hyperref pdfpages caption

# docker: https://docs.docker.com/install/linux/docker-ce/ubuntu/
