Created
March 20, 2019 14:59
-
-
Save urielaero/b832aa2319c7ecf8fe11ee288f02261d to your computer and use it in GitHub Desktop.
configure ubuntu (docker container) with oh-my-zsh.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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