Skip to content

Instantly share code, notes, and snippets.

@tomjamescn
Last active March 23, 2020 06:53
Show Gist options
  • Save tomjamescn/f7f55ad5f3ca78e80c9192b9097a446e to your computer and use it in GitHub Desktop.
Save tomjamescn/f7f55ad5f3ca78e80c9192b9097a446e 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