Skip to content

Instantly share code, notes, and snippets.

@khale
Last active January 18, 2021 20:02
Show Gist options
  • Save khale/c41c4b482eca6eebf17f6a4eadc21b93 to your computer and use it in GitHub Desktop.
Save khale/c41c4b482eca6eebf17f6a4eadc21b93 to your computer and use it in GitHub Desktop.
cs350-lab0-vagrant-bootstrap
#!/usr/bin/env bash
dnf install -y epel-release
dnf install -y vim \
emacs \
clang \
gcc \
make \
git \
tig \
curl \
tmux \
mlocate \
ctags \
cscope \
fd-find \
the_silver_searcher
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment