Skip to content

Instantly share code, notes, and snippets.

@eloycoto
Last active September 13, 2017 06:28
Show Gist options
  • Save eloycoto/4f1305dbc61e9d9caab970c03ed7a569 to your computer and use it in GitHub Desktop.
Save eloycoto/4f1305dbc61e9d9caab970c03ed7a569 to your computer and use it in GitHub Desktop.
apt-get install -y --no-install-recommends \
dh-golang devscripts fakeroot dh-make clang git ca-certificates libdistro-info-perl \
dh-systemd build-essential curl gcc make libc6-dev.i386 git-buildpackage llvm curl git wget zsh tmux unzip \
linux-headers-`uname -r` lxc-dev
curl -sSL https://get.docker.com/ | sh
systemctl start docker
git clone https://github.com/eloycoto/dotfiles
wget https://releases.hashicorp.com/consul/0.9.3/consul_0.9.3_linux_amd64.zip
unzip consul_0.9.3_linux_amd64.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment