Skip to content

Instantly share code, notes, and snippets.

@XGHeaven
Created January 18, 2018 03:36
Show Gist options
  • Save XGHeaven/7d30258612a051a1d1d412dc01b1bbad to your computer and use it in GitHub Desktop.
Save XGHeaven/7d30258612a051a1d1d412dc01b1bbad to your computer and use it in GitHub Desktop.
server-init-script
# install base command
yum install zsh vim git curl -y
# install oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# install ivim
bash <(curl -L https://raw.githubusercontent.com/kepbod/ivim/master/setup.sh) -m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment