Skip to content

Instantly share code, notes, and snippets.

@thijskok
Created December 23, 2015 20:37
Show Gist options
  • Save thijskok/c2c8d62126f3571a049b to your computer and use it in GitHub Desktop.
Save thijskok/c2c8d62126f3571a049b to your computer and use it in GitHub Desktop.
ZSH installation script
#!/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