Skip to content

Instantly share code, notes, and snippets.

@khale
Last active June 27, 2018 01:20
Show Gist options
  • Save khale/1036fe442b17fd190a448ea97d26d2e1 to your computer and use it in GitHub Desktop.
Save khale/1036fe442b17fd190a448ea97d26d2e1 to your computer and use it in GitHub Desktop.
Nautilus-Vagrant provisioning script
#!/usr/bin/env bash
yum install -y epel-release
yum install -y vim \
emacs \
gcc \
gcc-c++ \
libstdc++-static\
ncurses-devel \
xorriso \
util-linux \
htop \
curl \
git \
tig \
tmux \
mlocate \
ctags \
cscope \
zsh \
telnet \
qemu-kvm \
qemu-system-x86
chsh -s /usr/bin/zsh vagrant
# fixup grub to point to grub 2
ln -s /usr/bin/grub2-mkrescue /usr/bin/grub-mkrescue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment