Skip to content

Instantly share code, notes, and snippets.

@tomjamescn
Created February 28, 2020 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomjamescn/7aad987528135cf3f871a580b6f82796 to your computer and use it in GitHub Desktop.
Save tomjamescn/7aad987528135cf3f871a580b6f82796 to your computer and use it in GitHub Desktop.
sudo init-server.sh
!#/bin/bash
apt update
apt install vim vim-nox git zsh
curl https://get.docker.com | bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
curl https://gist.githubusercontent.com/tomjamescn/ccdcda091650ff1d34b496e4eeba123f/raw/62166ff7e7d6d31f6d3964a69a131f1264d38a95/custom_oh_my_zsh.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment