Created
December 23, 2015 20:37
-
-
Save thijskok/c2c8d62126f3571a049b to your computer and use it in GitHub Desktop.
ZSH installation script
This file contains 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/sh | |
# | |
# This script installs ZSH and Oh My ZSH. | |
# Update and install ZSH | |
sudo apt-get update | |
sudo apt-get install -y zsh | |
# Install Oh My Zsh | |
sh -c "$(curl -fsSL https://raw.github.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