Skip to content

Instantly share code, notes, and snippets.

@khale
Last active October 2, 2019 21:00
Show Gist options
  • Save khale/6d21e4c6165725452bf85d42456ae393 to your computer and use it in GitHub Desktop.
Save khale/6d21e4c6165725452bf85d42456ae393 to your computer and use it in GitHub Desktop.
hawkbeans-bootstrap
#!/usr/bin/env bash
dnf install -y epel-release
dnf install -y vim \
emacs \
gcc \
clang \
make \
git \
tig \
curl \
tmux \
mlocate \
ctags \
cscope \
fd-find \
the_silver_searcher \
gdb \
python \
python-pip \
python3 \
python3-pip \
readline-devel \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
java-1.8.0-openjdk-javadoc \
ant
pip3 install bs4 requests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment