Skip to content

Instantly share code, notes, and snippets.

@urielaero
Created March 20, 2019 14:59
Show Gist options
  • Select an option

  • Save urielaero/b832aa2319c7ecf8fe11ee288f02261d to your computer and use it in GitHub Desktop.

Select an option

Save urielaero/b832aa2319c7ecf8fe11ee288f02261d to your computer and use it in GitHub Desktop.
configure ubuntu (docker container) with oh-my-zsh.
#!/bin/bash
apt update
apt install vim curl git zsh -y
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment