Last active
January 12, 2020 03:21
-
-
Save androm3da/aa5f697654cbcee75df7bdfdc42c8435 to your computer and use it in GitHub Desktop.
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
#!/bin/sh -ex | |
apt-get update && apt-get install -y \ | |
vim-gtk \ | |
indent \ | |
git \ | |
mercurial \ | |
subversion \ | |
ruby-dev \ | |
python \ | |
libclang-3.8-dev \ | |
python-clang-3.8 \ | |
build-essential \ | |
binutils-gold \ | |
clang \ | |
make \ | |
gcc \ | |
python-dev \ | |
python3-dev \ | |
pypy-dev \ | |
vlc \ | |
python-pip \ | |
python-tox \ | |
meld \ | |
ipython \ | |
youtube-dl \ | |
graphviz-dev \ | |
python-virtualenv \ | |
linux-tools-$(uname -r) \ | |
linux-cloud-tools-$(uname -r) \ | |
trace-cmd \ | |
qemu-system-x86 \ | |
lxc \ | |
gparted \ | |
ntp \ | |
texlive-full \ | |
golang \ | |
ninja-build \ | |
automake |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment